Html Css Color HEX #BBAA49 Brass

📋 copy color: '#BBAA49'

red 187 ◦ green 170 ◦ blue 73

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

Shades of Brass #BBAA49

Tints of Brass #BBAA49

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.53%

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

R = 43.49%
G = 39.53%
B = 16.98%

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

#BBAA49 (or 0xBBAA49) is known color: Brass. HEX triplet: BB, AA and 49. RGB value is (187,170,73). Sum of RGB (Red+Green+Blue) = 187+170+73=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA49 is #4455B6. Grayscale: #A4A4A4. Windows color (decimal): -4478391 or 4827835. OLE color: 4827835.

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

Color convert

RGB 187 170 73 -
CMYK 0 0.09 0.61 0.27
HSL 51.05º 0.46% 0.51% -
HSV(B) 51.05º 0.61% 0.73% -
XYZ 36.07 39.8 12.08 -
YUV 164.03 76.63 144.39 -
System Red Green Blue C M Y K H S L
Decimal 187 170 73 0 0.09 0.61 0.27 51.05 0.46 0.51
Hex BB AA 49 0 9 3D 1B 33 2E 33
Octal 273 252 111 0 11 75 33 63 56 63
Binary 10111011 10101010 1001001 0 1001 111101 11011 110011 101110 110011

Color Harmonies of #BBAA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA49

Black with #BBAA49

Text Example


Text Example

White with #BBAA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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