Html Css Color HEX #BBAB37 Brass

📋 copy color: '#BBAB37'

red 187 ◦ green 171 ◦ blue 55

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

Shades of Brass #BBAB37

Tints of Brass #BBAB37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.32%

R = 45.28%
G = 41.4%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BBAB37 (or 0xBBAB37) is known color: Brass. HEX triplet: BB, AB and 37. RGB value is (187,171,55). Sum of RGB (Red+Green+Blue) = 187+171+55=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 55 (21.88% from 255 or 13.32% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB37 is #4454C8. Grayscale: #A3A3A3. Windows color (decimal): -4478153 or 3648443. OLE color: 3648443.

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

Color convert

RGB 187 171 55 -
CMYK 0 0.09 0.71 0.27
HSL 52.73º 0.55% 0.47% -
HSV(B) 52.73º 0.71% 0.73% -
XYZ 35.75 39.97 9.44 -
YUV 162.56 67.3 145.43 -
System Red Green Blue C M Y K H S L
Decimal 187 171 55 0 0.09 0.71 0.27 52.73 0.55 0.47
Hex BB AB 37 0 9 47 1B 35 37 2F
Octal 273 253 67 0 11 107 33 65 67 57
Binary 10111011 10101011 110111 0 1001 1000111 11011 110101 110111 101111

Color Harmonies of #BBAB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB37

Black with #BBAB37

Text Example


Text Example

White with #BBAB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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