Html Css Color HEX #BBAA36 Brass

📋 copy color: '#BBAA36'

red 187 ◦ green 170 ◦ blue 54

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

Shades of Brass #BBAA36

Tints of Brass #BBAA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.14%

R = 45.5%
G = 41.36%
B = 13.14%

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

#BBAA36 (or 0xBBAA36) is known color: Brass. HEX triplet: BB, AA and 36. RGB value is (187,170,54). Sum of RGB (Red+Green+Blue) = 187+170+54=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 54 (21.48% from 255 or 13.14% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA36 is #4455C9. Grayscale: #A2A2A2. Windows color (decimal): -4478410 or 3582651. OLE color: 3582651.

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

Color convert

RGB 187 170 54 -
CMYK 0 0.09 0.71 0.27
HSL 52.33º 0.55% 0.47% -
HSV(B) 52.33º 0.71% 0.73% -
XYZ 35.53 39.58 9.26 -
YUV 161.86 67.13 145.93 -
System Red Green Blue C M Y K H S L
Decimal 187 170 54 0 0.09 0.71 0.27 52.33 0.55 0.47
Hex BB AA 36 0 9 47 1B 34 37 2F
Octal 273 252 66 0 11 107 33 64 67 57
Binary 10111011 10101010 110110 0 1001 1000111 11011 110100 110111 101111

Color Harmonies of #BBAA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA36

Black with #BBAA36

Text Example


Text Example

White with #BBAA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA36; }

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

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

background-color css

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

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

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

border-color css

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

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

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