Html Css Color HEX #B7A774 Ecru

📋 copy color: '#B7A774'

red 183 ◦ green 167 ◦ blue 116

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

Shades of Ecru #B7A774

Tints of Ecru #B7A774

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.84%

 BLUE value IS 116 (45.7% from 255) = 24.89%

R = 39.27%
G = 35.84%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B7A774 (or 0xB7A774) is known color: Ecru. HEX triplet: B7, A7 and 74. RGB value is (183,167,116). Sum of RGB (Red+Green+Blue) = 183+167+116=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A774 is #48588B. Grayscale: #A6A6A6. Windows color (decimal): -4741260 or 7645111. OLE color: 7645111.

HSL color Cylindrical-coordinate representation of color #B7A774: 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.37%. Process color model (Four color, CMYK) of #B7A774 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 167 116 -
CMYK 0 0.09 0.37 0.28
HSL 45.67º 0.32% 0.59% -
HSV(B) 45.67º 0.37% 0.72% -
XYZ 36.5 38.97 22.12 -
YUV 165.97 99.8 140.15 -
System Red Green Blue C M Y K H S L
Decimal 183 167 116 0 0.09 0.37 0.28 45.67 0.32 0.59
Hex B7 A7 74 0 9 25 1C 2E 20 3B
Octal 267 247 164 0 11 45 34 56 40 73
Binary 10110111 10100111 1110100 0 1001 100101 11100 101110 100000 111011

Color Harmonies of #B7A774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A774

Black with #B7A774

Text Example


Text Example

White with #B7A774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A774; }

 p { color: rgb(183,167,116); }

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

background-color css

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

 a { background-color: rgb(183,167,116); }

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

border-color css

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

 span { border-color: rgb(183,167,116); }

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