Html Css Color HEX #B8AA4D Brass

📋 copy color: '#B8AA4D'

red 184 ◦ green 170 ◦ blue 77

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

Shades of Brass #B8AA4D

Tints of Brass #B8AA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.87%

R = 42.69%
G = 39.44%
B = 17.87%

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

#B8AA4D (or 0xB8AA4D) is known color: Brass. HEX triplet: B8, AA and 4D. RGB value is (184,170,77). Sum of RGB (Red+Green+Blue) = 184+170+77=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AA4D is #4755B2. Grayscale: #A3A3A3. Windows color (decimal): -4674995 or 5089976. OLE color: 5089976.

HSL color Cylindrical-coordinate representation of color #B8AA4D: hue angle of 52.15º 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 #B8AA4D is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 170 77 -
CMYK 0 0.08 0.58 0.28
HSL 52.15º 0.43% 0.51% -
HSV(B) 52.15º 0.58% 0.72% -
XYZ 35.48 39.48 12.77 -
YUV 163.58 79.14 142.56 -
System Red Green Blue C M Y K H S L
Decimal 184 170 77 0 0.08 0.58 0.28 52.15 0.43 0.51
Hex B8 AA 4D 0 8 3A 1C 34 2B 33
Octal 270 252 115 0 10 72 34 64 53 63
Binary 10111000 10101010 1001101 0 1000 111010 11100 110100 101011 110011

Color Harmonies of #B8AA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AA4D

Black with #B8AA4D

Text Example


Text Example

White with #B8AA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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