Html Css Color HEX #BBAB42 Brass

📋 copy color: '#BBAB42'

red 187 ◦ green 171 ◦ blue 66

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

Shades of Brass #BBAB42

Tints of Brass #BBAB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.57%

R = 44.1%
G = 40.33%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BBAB42 (or 0xBBAB42) is known color: Brass. HEX triplet: BB, AB and 42. RGB value is (187,171,66). Sum of RGB (Red+Green+Blue) = 187+171+66=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 66 (26.17% from 255 or 15.57% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB42 is #4454BD. Grayscale: #A4A4A4. Windows color (decimal): -4478142 or 4369339. OLE color: 4369339.

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

Color convert

RGB 187 171 66 -
CMYK 0 0.09 0.65 0.27
HSL 52.07º 0.48% 0.5% -
HSV(B) 52.07º 0.65% 0.73% -
XYZ 36.04 40.08 10.99 -
YUV 163.81 72.8 144.54 -
System Red Green Blue C M Y K H S L
Decimal 187 171 66 0 0.09 0.65 0.27 52.07 0.48 0.5
Hex BB AB 42 0 9 41 1B 34 30 32
Octal 273 253 102 0 11 101 33 64 60 62
Binary 10111011 10101011 1000010 0 1001 1000001 11011 110100 110000 110010

Color Harmonies of #BBAB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB42

Black with #BBAB42

Text Example


Text Example

White with #BBAB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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