#BBAB36

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

Shades of Brass #BBAB36

Tints of Brass #BBAB36

Color information

#BBAB36 (or 0xBBAB36) is unknown color: approx Brass. HEX triplet: BB, AB and 36. RGB value is (187,171,54). Sum of RGB (Red+Green+Blue) = 187+171+54=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 54 (21.48% from 255 or 13.11% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB36 is #4454C9. Grayscale: #A2A2A2. Windows color (decimal): -4478154 or 3582907. OLE color: 3582907.

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

Color convert

RGB18717154-
CMYK00.090.710.27
HSL52.78º55.19%47.25%-
HSV(B)52.78º71.12%73.33%-
XYZ35.7239.969.32-
YUV162.4566.8145.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.39%
GREEN value IS 171 (67.19% from 255) = 41.50%
BLUE value IS 54 (21.48% from 255) = 13.11%
R=45.39%
G=41.50%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871715400.090.710.2752.7855.1947.25
HexBBAB3609471B35372f
Octal2732536601110733656757
Binary101110111010101111011001001100011111011110101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB36; }

 p { color: rgb(187,171,54); }

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

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

 a { background-color: rgb(187,171,54); }

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

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

 span { border-color: rgb(187,171,54); }

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