#BBB642

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

Shades of Brass #BBB642

Tints of Brass #BBB642

Color information

#BBB642 (or 0xBBB642) is unknown color: approx Brass. HEX triplet: BB, B6 and 42. RGB value is (187,182,66). Sum of RGB (Red+Green+Blue) = 187+182+66=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB642 is #4449BD. Grayscale: #AAAAAA. Windows color (decimal): -4475326 or 4372155. OLE color: 4372155.

HSL color Cylindrical-coordinate representation of color #BBB642: hue angle of 57.52º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBB642 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB18718266-
CMYK00.030.650.27
HSL57.52º47.83%49.61%-
HSV(B)57.52º64.71%73.33%-
XYZ38.244.4111.71-
YUV170.2769.16139.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.99%
GREEN value IS 182 (71.48% from 255) = 41.84%
BLUE value IS 66 (26.17% from 255) = 15.17%
R=42.99%
G=41.84%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871826600.030.650.2757.5247.8349.61
HexBBB64203411B3a3032
Octal2732661020310133726062
Binary10111011101101101000010011100000111011111010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB642; }

 p { color: rgb(187,182,66); }

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

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

 a { background-color: rgb(187,182,66); }

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

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

 span { border-color: rgb(187,182,66); }

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