#BBA637

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

Shades of Brass #BBA637

Tints of Brass #BBA637

Color information

#BBA637 (or 0xBBA637) is unknown color: approx Brass. HEX triplet: BB, A6 and 37. RGB value is (187,166,55). Sum of RGB (Red+Green+Blue) = 187+166+55=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 55 (21.88% from 255 or 13.48% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA637 is #4459C8. Grayscale: #A0A0A0. Windows color (decimal): -4479433 or 3647163. OLE color: 3647163.

HSL color Cylindrical-coordinate representation of color #BBA637: hue angle of 50.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBA637 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB18716655-
CMYK00.110.710.27
HSL50.45º54.55%47.45%-
HSV(B)50.45º70.59%73.33%-
XYZ34.8238.119.14-
YUV159.6268.96147.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 166 (65.23% from 255) = 40.69%
BLUE value IS 55 (21.88% from 255) = 13.48%
R=45.83%
G=40.69%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871665500.110.710.2750.4554.5547.45
HexBBA6370B471B32372f
Octal2732466701310733626757
Binary101110111010011011011101011100011111011110010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA637; }

 p { color: rgb(187,166,55); }

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

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

 a { background-color: rgb(187,166,55); }

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

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

 span { border-color: rgb(187,166,55); }

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