Html Css Color HEX #BBAB49 Brass

📋 copy color: '#BBAB49'

red 187 ◦ green 171 ◦ blue 73

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

Shades of Brass #BBAB49

Tints of Brass #BBAB49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.94%

R = 43.39%
G = 39.68%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BBAB49 (or 0xBBAB49) is known color: Brass. HEX triplet: BB, AB and 49. RGB value is (187,171,73). Sum of RGB (Red+Green+Blue) = 187+171+73=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB49 is #4454B6. Grayscale: #A5A5A5. Windows color (decimal): -4478135 or 4828091. OLE color: 4828091.

HSL color Cylindrical-coordinate representation of color #BBAB49: hue angle of 51.58º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBAB49 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 171 73 -
CMYK 0 0.09 0.61 0.27
HSL 51.58º 0.46% 0.51% -
HSV(B) 51.58º 0.61% 0.73% -
XYZ 36.26 40.17 12.15 -
YUV 164.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 187 171 73 0 0.09 0.61 0.27 51.58 0.46 0.51
Hex BB AB 49 0 9 3D 1B 34 2E 33
Octal 273 253 111 0 11 75 33 64 56 63
Binary 10111011 10101011 1001001 0 1001 111101 11011 110100 101110 110011

Color Harmonies of #BBAB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB49

Black with #BBAB49

Text Example


Text Example

White with #BBAB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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