#B6B43C

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

Shades of Brass #B6B43C

Tints of Brass #B6B43C

Color information

#B6B43C (or 0xB6B43C) is unknown color: approx Brass. HEX triplet: B6, B4 and 3C. RGB value is (182,180,60). Sum of RGB (Red+Green+Blue) = 182+180+60=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 60 (23.83% from 255 or 14.22% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B43C is #494BC3. Grayscale: #A7A7A7. Windows color (decimal): -4803524 or 3978422. OLE color: 3978422.

HSL color Cylindrical-coordinate representation of color #B6B43C: hue angle of 59.02º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B6B43C is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB18218060-
CMYK00.010.670.29
HSL59.02º50.41%47.45%-
HSV(B)59.02º67.03%71.37%-
XYZ36.4342.9110.64-
YUV166.9267.66138.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 180 (70.70% from 255) = 42.65%
BLUE value IS 60 (23.83% from 255) = 14.22%
R=43.13%
G=42.65%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821806000.010.670.2959.0250.4147.45
HexB6B43C01431D3b322f
Octal266264740110335736257
Binary101101101011010011110001100001111101111011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B43C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B43C; }

 p { color: rgb(182,180,60); }

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

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

 a { background-color: rgb(182,180,60); }

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

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

 span { border-color: rgb(182,180,60); }

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