#B8AD3C

Color #B8AD3C Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #B8AD3C

Tints of Brass #B8AD3C

Color information

#B8AD3C (or 0xB8AD3C) is unknown color: approx Brass. HEX triplet: B8, AD and 3C. RGB value is (184,173,60). Sum of RGB (Red+Green+Blue) = 184+173+60=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AD3C is #4752C3. Grayscale: #A3A3A3. Windows color (decimal): -4674244 or 3976632. OLE color: 3976632.

HSL color Cylindrical-coordinate representation of color #B8AD3C: hue angle of 54.68º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8AD3C is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB18417360-
CMYK00.060.670.28
HSL54.68º50.82%47.84%-
HSV(B)54.68º67.39%72.16%-
XYZ35.5340.410.2-
YUV163.4169.64142.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 173 (67.97% from 255) = 41.49%
BLUE value IS 60 (23.83% from 255) = 14.39%
R=44.12%
G=41.49%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841736000.060.670.2854.6850.8247.84
HexB8AD3C06431C373330
Octal270255740610334676360
Binary10111000101011011111000110100001111100110111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AD3C; }

 p { color: rgb(184,173,60); }

 H1.HeaderClassName
 {
   color: #B8AD3C;
 }
 .AnyTagClassName
 {
   color: #B8AD3C;
 }
</style>
background-color css

<style>
 a { background-color: #B8AD3C; }

 a { background-color: rgb(184,173,60); }

 div.DivClassName
 {
   background-color: #B8AD3C;
 }
 .BgClassName
 {
   background-color: #B8AD3C;
 }
</style>
border-color css

<style>
 span { border-color: #B8AD3C; }

 span { border-color: rgb(184,173,60); }

 td.TdClassName
 {
   border-color: #B8AD3C;
 }
 .TagClassName
 {
   border-color: #B8AD3C;
 }
</style>