Html Css Color HEX #B7AF7C Ecru

📋 copy color: '#B7AF7C'

red 183 ◦ green 175 ◦ blue 124

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

Shades of Ecru #B7AF7C

Tints of Ecru #B7AF7C

RGB

 RED value IS 183 (71.88% from 255) = 37.97%

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

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

R = 37.97%
G = 36.31%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7AF7C (or 0xB7AF7C) is known color: Ecru. HEX triplet: B7, AF and 7C. RGB value is (183,175,124). Sum of RGB (Red+Green+Blue) = 183+175+124=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF7C is #485083. Grayscale: #ABABAB. Windows color (decimal): -4739204 or 8171447. OLE color: 8171447.

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

Color convert

RGB 183 175 124 -
CMYK 0 0.04 0.32 0.28
HSL 51.86º 0.29% 0.6% -
HSV(B) 51.86º 0.32% 0.72% -
XYZ 38.5 42.18 25.18 -
YUV 171.58 101.15 136.15 -
System Red Green Blue C M Y K H S L
Decimal 183 175 124 0 0.04 0.32 0.28 51.86 0.29 0.6
Hex B7 AF 7C 0 4 20 1C 34 1D 3C
Octal 267 257 174 0 4 40 34 64 35 74
Binary 10110111 10101111 1111100 0 100 100000 11100 110100 11101 111100

Color Harmonies of #B7AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF7C

Black with #B7AF7C

Text Example


Text Example

White with #B7AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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