Html Css Color HEX #BBAB39 Brass

📋 copy color: '#BBAB39'

red 187 ◦ green 171 ◦ blue 57

#BBAB39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #BBAB39

Tints of Brass #BBAB39

RGB

 RED value IS 187 (73.44% from 255) = 45.06%

 GREEN value IS 171 (67.19% from 255) = 41.2%

 BLUE value IS 57 (22.66% from 255) = 13.73%

R = 45.06%
G = 41.2%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BBAB39 (or 0xBBAB39) is known color: Brass. HEX triplet: BB, AB and 39. RGB value is (187,171,57). Sum of RGB (Red+Green+Blue) = 187+171+57=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 57 (22.66% from 255 or 13.73% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB39 is #4454C6. Grayscale: #A3A3A3. Windows color (decimal): -4478151 or 3779515. OLE color: 3779515.

HSL color Cylindrical-coordinate representation of color #BBAB39: hue angle of 52.62º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBAB39 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 171 57 -
CMYK 0 0.09 0.70 0.27
HSL 52.62º 0.53% 0.48% -
HSV(B) 52.62º 0.7% 0.73% -
XYZ 35.79 39.99 9.7 -
YUV 162.79 68.3 145.27 -
System Red Green Blue C M Y K H S L
Decimal 187 171 57 0 0.09 0.70 0.27 52.62 0.53 0.48
Hex BB AB 39 0 9 46 1B 35 35 30
Octal 273 253 71 0 11 106 33 65 65 60
Binary 10111011 10101011 111001 0 1001 1000110 11011 110101 110101 110000

Color Harmonies of #BBAB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB39

Black with #BBAB39

Text Example


Text Example

White with #BBAB39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB39; }

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

 H1.HeaderClassName
 {
   color: #BBAB39;
 }
 .AnyTagClassName
 {
   color: #BBAB39;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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