Html Css Color HEX #BBAA3A Brass

📋 copy color: '#BBAA3A'

red 187 ◦ green 170 ◦ blue 58

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

Shades of Brass #BBAA3A

Tints of Brass #BBAA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.98%

R = 45.06%
G = 40.96%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BBAA3A (or 0xBBAA3A) is known color: Brass. HEX triplet: BB, AA and 3A. RGB value is (187,170,58). Sum of RGB (Red+Green+Blue) = 187+170+58=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 58 (23.05% from 255 or 13.98% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA3A is #4455C5. Grayscale: #A2A2A2. Windows color (decimal): -4478406 or 3844795. OLE color: 3844795.

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

Color convert

RGB 187 170 58 -
CMYK 0 0.09 0.69 0.27
HSL 52.09º 0.53% 0.48% -
HSV(B) 52.09º 0.69% 0.73% -
XYZ 35.63 39.62 9.77 -
YUV 162.32 69.13 145.61 -
System Red Green Blue C M Y K H S L
Decimal 187 170 58 0 0.09 0.69 0.27 52.09 0.53 0.48
Hex BB AA 3A 0 9 45 1B 34 35 30
Octal 273 252 72 0 11 105 33 64 65 60
Binary 10111011 10101010 111010 0 1001 1000101 11011 110100 110101 110000

Color Harmonies of #BBAA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA3A

Black with #BBAA3A

Text Example


Text Example

White with #BBAA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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