Html Css Color HEX #B0AA32 Brass

📋 copy color: '#B0AA32'

red 176 ◦ green 170 ◦ blue 50

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

Shades of Brass #B0AA32

Tints of Brass #B0AA32

RGB

 RED value IS 176 (69.14% from 255) = 44.44%

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

 BLUE value IS 50 (19.92% from 255) = 12.63%

R = 44.44%
G = 42.93%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B0AA32 (or 0xB0AA32) is known color: Brass. HEX triplet: B0, AA and 32. RGB value is (176,170,50). Sum of RGB (Red+Green+Blue) = 176+170+50=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AA32 is #4F55CD. Grayscale: #9E9E9E. Windows color (decimal): -5199310 or 3320496. OLE color: 3320496.

HSL color Cylindrical-coordinate representation of color #B0AA32: hue angle of 57.14º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0AA32 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 170 50 -
CMYK 0 0.03 0.72 0.31
HSL 57.14º 0.56% 0.44% -
HSV(B) 57.14º 0.72% 0.69% -
XYZ 32.85 38.21 8.66 -
YUV 158.11 66.99 140.76 -
System Red Green Blue C M Y K H S L
Decimal 176 170 50 0 0.03 0.72 0.31 57.14 0.56 0.44
Hex B0 AA 32 0 3 48 1F 39 38 2C
Octal 260 252 62 0 3 110 37 71 70 54
Binary 10110000 10101010 110010 0 11 1001000 11111 111001 111000 101100

Color Harmonies of #B0AA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AA32

Black with #B0AA32

Text Example


Text Example

White with #B0AA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AA32; }

 p { color: rgb(176,170,50); }

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

background-color css

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

 a { background-color: rgb(176,170,50); }

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

border-color css

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

 span { border-color: rgb(176,170,50); }

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