#BBA737

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

Shades of Brass #BBA737

Tints of Brass #BBA737

Color information

#BBA737 (or 0xBBA737) is unknown color: approx Brass. HEX triplet: BB, A7 and 37. RGB value is (187,167,55). Sum of RGB (Red+Green+Blue) = 187+167+55=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 55 (21.88% from 255 or 13.45% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA737 is #4458C8. Grayscale: #A0A0A0. Windows color (decimal): -4479177 or 3647419. OLE color: 3647419.

HSL color Cylindrical-coordinate representation of color #BBA737: hue angle of 50.91º 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 #BBA737 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB18716755-
CMYK00.110.710.27
HSL50.91º54.55%47.45%-
HSV(B)50.91º70.59%73.33%-
XYZ3538.489.2-
YUV160.2168.63147.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.72%
GREEN value IS 167 (65.62% from 255) = 40.83%
BLUE value IS 55 (21.88% from 255) = 13.45%
R=45.72%
G=40.83%
B=13.45%

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
Decimal1871675500.110.710.2750.9154.5547.45
HexBBA7370B471B33372f
Octal2732476701310733636757
Binary101110111010011111011101011100011111011110011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA737; }

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

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

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

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

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

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

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

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