Html Css Color HEX #B2AA32 Brass

📋 copy color: '#B2AA32'

red 178 ◦ green 170 ◦ blue 50

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

Shades of Brass #B2AA32

Tints of Brass #B2AA32

RGB

 RED value IS 178 (69.92% from 255) = 44.72%

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

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

R = 44.72%
G = 42.71%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B2AA32 (or 0xB2AA32) is known color: Brass. HEX triplet: B2, AA and 32. RGB value is (178,170,50). Sum of RGB (Red+Green+Blue) = 178+170+50=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AA32 is #4D55CD. Grayscale: #9F9F9F. Windows color (decimal): -5068238 or 3320498. OLE color: 3320498.

HSL color Cylindrical-coordinate representation of color #B2AA32: hue angle of 56.25º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2AA32 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 170 50 -
CMYK 0 0.04 0.72 0.30
HSL 56.25º 0.56% 0.45% -
HSV(B) 56.25º 0.72% 0.7% -
XYZ 33.31 38.44 8.68 -
YUV 158.71 66.65 141.76 -
System Red Green Blue C M Y K H S L
Decimal 178 170 50 0 0.04 0.72 0.30 56.25 0.56 0.45
Hex B2 AA 32 0 4 48 1E 38 38 2D
Octal 262 252 62 0 4 110 36 70 70 55
Binary 10110010 10101010 110010 0 100 1001000 11110 111000 111000 101101

Color Harmonies of #B2AA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AA32

Black with #B2AA32

Text Example


Text Example

White with #B2AA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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