Html Css Color HEX #B8AA4E Brass

📋 copy color: '#B8AA4E'

red 184 ◦ green 170 ◦ blue 78

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

Shades of Brass #B8AA4E

Tints of Brass #B8AA4E

RGB

 RED value IS 184 (72.27% from 255) = 42.59%

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

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

R = 42.59%
G = 39.35%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B8AA4E (or 0xB8AA4E) is known color: Brass. HEX triplet: B8, AA and 4E. RGB value is (184,170,78). Sum of RGB (Red+Green+Blue) = 184+170+78=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AA4E is #4755B1. Grayscale: #A4A4A4. Windows color (decimal): -4674994 or 5155512. OLE color: 5155512.

HSL color Cylindrical-coordinate representation of color #B8AA4E: hue angle of 52.08º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8AA4E is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 170 78 -
CMYK 0 0.08 0.58 0.28
HSL 52.08º 0.43% 0.51% -
HSV(B) 52.08º 0.58% 0.72% -
XYZ 35.52 39.49 12.96 -
YUV 163.7 79.64 142.48 -
System Red Green Blue C M Y K H S L
Decimal 184 170 78 0 0.08 0.58 0.28 52.08 0.43 0.51
Hex B8 AA 4E 0 8 3A 1C 34 2B 33
Octal 270 252 116 0 10 72 34 64 53 63
Binary 10111000 10101010 1001110 0 1000 111010 11100 110100 101011 110011

Color Harmonies of #B8AA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AA4E

Black with #B8AA4E

Text Example


Text Example

White with #B8AA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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