Html Css Color HEX #B8AA75 Ecru

📋 copy color: '#B8AA75'

red 184 ◦ green 170 ◦ blue 117

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

Shades of Ecru #B8AA75

Tints of Ecru #B8AA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.84%

R = 39.07%
G = 36.09%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B8AA75 (or 0xB8AA75) is known color: Ecru. HEX triplet: B8, AA and 75. RGB value is (184,170,117). Sum of RGB (Red+Green+Blue) = 184+170+117=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AA75 is #47558A. Grayscale: #A8A8A8. Windows color (decimal): -4674955 or 7711416. OLE color: 7711416.

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

Color convert

RGB 184 170 117 -
CMYK 0 0.08 0.36 0.28
HSL 47.46º 0.32% 0.59% -
HSV(B) 47.46º 0.36% 0.72% -
XYZ 37.35 40.22 22.62 -
YUV 168.14 99.14 139.31 -
System Red Green Blue C M Y K H S L
Decimal 184 170 117 0 0.08 0.36 0.28 47.46 0.32 0.59
Hex B8 AA 75 0 8 24 1C 2F 20 3B
Octal 270 252 165 0 10 44 34 57 40 73
Binary 10111000 10101010 1110101 0 1000 100100 11100 101111 100000 111011

Color Harmonies of #B8AA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AA75

Black with #B8AA75

Text Example


Text Example

White with #B8AA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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