Html Css Color HEX #B7AF7E Ecru

📋 copy color: '#B7AF7E'

red 183 ◦ green 175 ◦ blue 126

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

Shades of Ecru #B7AF7E

Tints of Ecru #B7AF7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.03%

R = 37.81%
G = 36.16%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7AF7E (or 0xB7AF7E) is known color: Ecru. HEX triplet: B7, AF and 7E. RGB value is (183,175,126). Sum of RGB (Red+Green+Blue) = 183+175+126=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF7E is #485081. Grayscale: #ACACAC. Windows color (decimal): -4739202 or 8302519. OLE color: 8302519.

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

Color convert

RGB 183 175 126 -
CMYK 0 0.04 0.31 0.28
HSL 51.58º 0.28% 0.61% -
HSV(B) 51.58º 0.31% 0.72% -
XYZ 38.62 42.23 25.85 -
YUV 171.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 183 175 126 0 0.04 0.31 0.28 51.58 0.28 0.61
Hex B7 AF 7E 0 4 1F 1C 34 1C 3D
Octal 267 257 176 0 4 37 34 64 34 75
Binary 10110111 10101111 1111110 0 100 11111 11100 110100 11100 111101

Color Harmonies of #B7AF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF7E

Black with #B7AF7E

Text Example


Text Example

White with #B7AF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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