Html Css Color HEX #B8AF7C Ecru

📋 copy color: '#B8AF7C'

red 184 ◦ green 175 ◦ blue 124

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

Shades of Ecru #B8AF7C

Tints of Ecru #B8AF7C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.23%

 BLUE value IS 124 (48.83% from 255) = 25.67%

R = 38.1%
G = 36.23%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8AF7C (or 0xB8AF7C) is known color: Ecru. HEX triplet: B8, AF and 7C. RGB value is (184,175,124). Sum of RGB (Red+Green+Blue) = 184+175+124=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AF7C is #475083. Grayscale: #ACACAC. Windows color (decimal): -4673668 or 8171448. OLE color: 8171448.

HSL color Cylindrical-coordinate representation of color #B8AF7C: hue angle of 51º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8AF7C is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 175 124 -
CMYK 0 0.05 0.33 0.28
HSL 51º 0.3% 0.6% -
HSV(B) 51º 0.33% 0.72% -
XYZ 38.74 42.31 25.19 -
YUV 171.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 184 175 124 0 0.05 0.33 0.28 51 0.3 0.6
Hex B8 AF 7C 0 5 21 1C 33 1E 3C
Octal 270 257 174 0 5 41 34 63 36 74
Binary 10111000 10101111 1111100 0 101 100001 11100 110011 11110 111100

Color Harmonies of #B8AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF7C

Black with #B8AF7C

Text Example


Text Example

White with #B8AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF7C; }

 p { color: rgb(184,175,124); }

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

background-color css

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

 a { background-color: rgb(184,175,124); }

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

border-color css

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

 span { border-color: rgb(184,175,124); }

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