Html Css Color HEX #B6AA4A Brass

📋 copy color: '#B6AA4A'

red 182 ◦ green 170 ◦ blue 74

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

Shades of Brass #B6AA4A

Tints of Brass #B6AA4A

RGB

 RED value IS 182 (71.48% from 255) = 42.72%

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

 BLUE value IS 74 (29.3% from 255) = 17.37%

R = 42.72%
G = 39.91%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B6AA4A (or 0xB6AA4A) is known color: Brass. HEX triplet: B6, AA and 4A. RGB value is (182,170,74). Sum of RGB (Red+Green+Blue) = 182+170+74=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AA4A is #4955B5. Grayscale: #A3A3A3. Windows color (decimal): -4806070 or 4893366. OLE color: 4893366.

HSL color Cylindrical-coordinate representation of color #B6AA4A: hue angle of 53.33º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6AA4A is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 170 74 -
CMYK 0 0.07 0.59 0.29
HSL 53.33º 0.43% 0.5% -
HSV(B) 53.33º 0.59% 0.71% -
XYZ 34.9 39.19 12.2 -
YUV 162.64 77.98 141.81 -
System Red Green Blue C M Y K H S L
Decimal 182 170 74 0 0.07 0.59 0.29 53.33 0.43 0.5
Hex B6 AA 4A 0 7 3B 1D 35 2B 32
Octal 266 252 112 0 7 73 35 65 53 62
Binary 10110110 10101010 1001010 0 111 111011 11101 110101 101011 110010

Color Harmonies of #B6AA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AA4A

Black with #B6AA4A

Text Example


Text Example

White with #B6AA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AA4A; }

 p { color: rgb(182,170,74); }

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

background-color css

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

 a { background-color: rgb(182,170,74); }

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

border-color css

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

 span { border-color: rgb(182,170,74); }

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