#BBA842

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

Shades of Brass #BBA842

Tints of Brass #BBA842

Color information

#BBA842 (or 0xBBA842) is unknown color: approx Brass. HEX triplet: BB, A8 and 42. RGB value is (187,168,66). Sum of RGB (Red+Green+Blue) = 187+168+66=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA842 is #4457BD. Grayscale: #A2A2A2. Windows color (decimal): -4478910 or 4368571. OLE color: 4368571.

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

Color convert

RGB18716866-
CMYK00.100.650.27
HSL50.58º47.83%49.61%-
HSV(B)50.58º64.71%73.33%-
XYZ35.4838.9610.8-
YUV162.0573.79145.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.42%
GREEN value IS 168 (66.02% from 255) = 39.90%
BLUE value IS 66 (26.17% from 255) = 15.68%
R=44.42%
G=39.90%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871686600.100.650.2750.5847.8349.61
HexBBA8420A411B333032
Octal27325010201210133636062
Binary1011101110101000100001001010100000111011110011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA842; }

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

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

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

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

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

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

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

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