Html Css Color HEX #B8A876 Ecru

📋 copy color: '#B8A876'

red 184 ◦ green 168 ◦ blue 118

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

Shades of Ecru #B8A876

Tints of Ecru #B8A876

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.74%

 BLUE value IS 118 (46.48% from 255) = 25.11%

R = 39.15%
G = 35.74%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B8A876 (or 0xB8A876) is known color: Ecru. HEX triplet: B8, A8 and 76. RGB value is (184,168,118). Sum of RGB (Red+Green+Blue) = 184+168+118=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A876 is #475789. Grayscale: #A7A7A7. Windows color (decimal): -4675466 or 7776440. OLE color: 7776440.

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

Color convert

RGB 184 168 118 -
CMYK 0 0.09 0.36 0.28
HSL 45.45º 0.32% 0.59% -
HSV(B) 45.45º 0.36% 0.72% -
XYZ 37.04 39.5 22.81 -
YUV 167.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 184 168 118 0 0.09 0.36 0.28 45.45 0.32 0.59
Hex B8 A8 76 0 9 24 1C 2D 20 3B
Octal 270 250 166 0 11 44 34 55 40 73
Binary 10111000 10101000 1110110 0 1001 100100 11100 101101 100000 111011

Color Harmonies of #B8A876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A876

Black with #B8A876

Text Example


Text Example

White with #B8A876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A876; }

 p { color: rgb(184,168,118); }

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

background-color css

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

 a { background-color: rgb(184,168,118); }

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

border-color css

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

 span { border-color: rgb(184,168,118); }

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