Html Css Color HEX #B2AA44 Brass

📋 copy color: '#B2AA44'

red 178 ◦ green 170 ◦ blue 68

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

Shades of Brass #B2AA44

Tints of Brass #B2AA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.35%

R = 42.79%
G = 40.87%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B2AA44 (or 0xB2AA44) is known color: Brass. HEX triplet: B2, AA and 44. RGB value is (178,170,68). Sum of RGB (Red+Green+Blue) = 178+170+68=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AA44 is #4D55BB. Grayscale: #A1A1A1. Windows color (decimal): -5068220 or 4500146. OLE color: 4500146.

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

Color convert

RGB 178 170 68 -
CMYK 0 0.04 0.62 0.30
HSL 55.64º 0.45% 0.48% -
HSV(B) 55.64º 0.62% 0.7% -
XYZ 33.78 38.63 11.15 -
YUV 160.76 75.65 140.29 -
System Red Green Blue C M Y K H S L
Decimal 178 170 68 0 0.04 0.62 0.30 55.64 0.45 0.48
Hex B2 AA 44 0 4 3E 1E 38 2D 30
Octal 262 252 104 0 4 76 36 70 55 60
Binary 10110010 10101010 1000100 0 100 111110 11110 111000 101101 110000

Color Harmonies of #B2AA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AA44

Black with #B2AA44

Text Example


Text Example

White with #B2AA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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