Html Css Color HEX #B2AA46 Brass

📋 copy color: '#B2AA46'

red 178 ◦ green 170 ◦ blue 70

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

Shades of Brass #B2AA46

Tints of Brass #B2AA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.75%

R = 42.58%
G = 40.67%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B2AA46 (or 0xB2AA46) is known color: Brass. HEX triplet: B2, AA and 46. RGB value is (178,170,70). Sum of RGB (Red+Green+Blue) = 178+170+70=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AA46 is #4D55B9. Grayscale: #A1A1A1. Windows color (decimal): -5068218 or 4631218. OLE color: 4631218.

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

Color convert

RGB 178 170 70 -
CMYK 0 0.04 0.61 0.30
HSL 55.56º 0.44% 0.49% -
HSV(B) 55.56º 0.61% 0.7% -
XYZ 33.84 38.66 11.47 -
YUV 160.99 76.65 140.13 -
System Red Green Blue C M Y K H S L
Decimal 178 170 70 0 0.04 0.61 0.30 55.56 0.44 0.49
Hex B2 AA 46 0 4 3D 1E 38 2C 31
Octal 262 252 106 0 4 75 36 70 54 61
Binary 10110010 10101010 1000110 0 100 111101 11110 111000 101100 110001

Color Harmonies of #B2AA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AA46

Black with #B2AA46

Text Example


Text Example

White with #B2AA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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