Html Css Color HEX #B8A875 Ecru

📋 copy color: '#B8A875'

red 184 ◦ green 168 ◦ blue 117

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

Shades of Ecru #B8A875

Tints of Ecru #B8A875

RGB

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

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

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

R = 39.23%
G = 35.82%
B = 24.95%

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

#B8A875 (or 0xB8A875) is known color: Ecru. HEX triplet: B8, A8 and 75. RGB value is (184,168,117). Sum of RGB (Red+Green+Blue) = 184+168+117=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A875 is #47578A. Grayscale: #A7A7A7. Windows color (decimal): -4675467 or 7710904. OLE color: 7710904.

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

Color convert

RGB 184 168 117 -
CMYK 0 0.09 0.36 0.28
HSL 45.67º 0.32% 0.59% -
HSV(B) 45.67º 0.36% 0.72% -
XYZ 36.98 39.48 22.5 -
YUV 166.97 99.8 140.15 -
System Red Green Blue C M Y K H S L
Decimal 184 168 117 0 0.09 0.36 0.28 45.67 0.32 0.59
Hex B8 A8 75 0 9 24 1C 2E 20 3B
Octal 270 250 165 0 11 44 34 56 40 73
Binary 10111000 10101000 1110101 0 1001 100100 11100 101110 100000 111011

Color Harmonies of #B8A875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A875

Black with #B8A875

Text Example


Text Example

White with #B8A875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A875; }

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

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

background-color css

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

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

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

border-color css

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

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

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