Html Css Color HEX #BBAA40 Brass

📋 copy color: '#BBAA40'

red 187 ◦ green 170 ◦ blue 64

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

Shades of Brass #BBAA40

Tints of Brass #BBAA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.2%

R = 44.42%
G = 40.38%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BBAA40 (or 0xBBAA40) is known color: Brass. HEX triplet: BB, AA and 40. RGB value is (187,170,64). Sum of RGB (Red+Green+Blue) = 187+170+64=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA40 is #4455BF. Grayscale: #A3A3A3. Windows color (decimal): -4478400 or 4238011. OLE color: 4238011.

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

Color convert

RGB 187 170 64 -
CMYK 0 0.09 0.66 0.27
HSL 51.71º 0.49% 0.49% -
HSV(B) 51.71º 0.66% 0.73% -
XYZ 35.79 39.68 10.62 -
YUV 163 72.13 145.12 -
System Red Green Blue C M Y K H S L
Decimal 187 170 64 0 0.09 0.66 0.27 51.71 0.49 0.49
Hex BB AA 40 0 9 42 1B 34 31 31
Octal 273 252 100 0 11 102 33 64 61 61
Binary 10111011 10101010 1000000 0 1001 1000010 11011 110100 110001 110001

Color Harmonies of #BBAA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA40

Black with #BBAA40

Text Example


Text Example

White with #BBAA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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