Html Css Color HEX #B8AC7D Ecru

📋 copy color: '#B8AC7D'

red 184 ◦ green 172 ◦ blue 125

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

Shades of Ecru #B8AC7D

Tints of Ecru #B8AC7D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.76%

 BLUE value IS 125 (49.22% from 255) = 25.99%

R = 38.25%
G = 35.76%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8AC7D (or 0xB8AC7D) is known color: Ecru. HEX triplet: B8, AC and 7D. RGB value is (184,172,125). Sum of RGB (Red+Green+Blue) = 184+172+125=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AC7D is #475382. Grayscale: #AAAAAA. Windows color (decimal): -4674435 or 8236216. OLE color: 8236216.

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

Color convert

RGB 184 172 125 -
CMYK 0 0.07 0.32 0.28
HSL 47.8º 0.29% 0.61% -
HSV(B) 47.8º 0.32% 0.72% -
XYZ 38.22 41.18 25.34 -
YUV 170.23 102.48 137.82 -
System Red Green Blue C M Y K H S L
Decimal 184 172 125 0 0.07 0.32 0.28 47.8 0.29 0.61
Hex B8 AC 7D 0 7 20 1C 30 1D 3D
Octal 270 254 175 0 7 40 34 60 35 75
Binary 10111000 10101100 1111101 0 111 100000 11100 110000 11101 111101

Color Harmonies of #B8AC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC7D

Black with #B8AC7D

Text Example


Text Example

White with #B8AC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC7D; }

 p { color: rgb(184,172,125); }

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

background-color css

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

 a { background-color: rgb(184,172,125); }

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

border-color css

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

 span { border-color: rgb(184,172,125); }

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