Html Css Color HEX #B2AA4E Brass

📋 copy color: '#B2AA4E'

red 178 ◦ green 170 ◦ blue 78

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

Shades of Brass #B2AA4E

Tints of Brass #B2AA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.31%

R = 41.78%
G = 39.91%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2AA4E (or 0xB2AA4E) is known color: Brass. HEX triplet: B2, AA and 4E. RGB value is (178,170,78). Sum of RGB (Red+Green+Blue) = 178+170+78=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AA4E is #4D55B1. Grayscale: #A2A2A2. Windows color (decimal): -5068210 or 5155506. OLE color: 5155506.

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

Color convert

RGB 178 170 78 -
CMYK 0 0.04 0.56 0.30
HSL 55.2º 0.39% 0.5% -
HSV(B) 55.2º 0.56% 0.7% -
XYZ 34.11 38.76 12.89 -
YUV 161.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 178 170 78 0 0.04 0.56 0.30 55.2 0.39 0.5
Hex B2 AA 4E 0 4 38 1E 37 27 32
Octal 262 252 116 0 4 70 36 67 47 62
Binary 10110010 10101010 1001110 0 100 111000 11110 110111 100111 110010

Color Harmonies of #B2AA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AA4E

Black with #B2AA4E

Text Example


Text Example

White with #B2AA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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