Html Css Color HEX #B7AA76 Ecru

📋 copy color: '#B7AA76'

red 183 ◦ green 170 ◦ blue 118

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

Shades of Ecru #B7AA76

Tints of Ecru #B7AA76

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.09%

 BLUE value IS 118 (46.48% from 255) = 25.05%

R = 38.85%
G = 36.09%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B7AA76 (or 0xB7AA76) is known color: Ecru. HEX triplet: B7, AA and 76. RGB value is (183,170,118). Sum of RGB (Red+Green+Blue) = 183+170+118=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AA76 is #485589. Grayscale: #A8A8A8. Windows color (decimal): -4740490 or 7776951. OLE color: 7776951.

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

Color convert

RGB 183 170 118 -
CMYK 0 0.07 0.36 0.28
HSL 48º 0.31% 0.59% -
HSV(B) 48º 0.36% 0.72% -
XYZ 37.17 40.12 22.93 -
YUV 167.96 99.81 138.73 -
System Red Green Blue C M Y K H S L
Decimal 183 170 118 0 0.07 0.36 0.28 48 0.31 0.59
Hex B7 AA 76 0 7 24 1C 30 1F 3B
Octal 267 252 166 0 7 44 34 60 37 73
Binary 10110111 10101010 1110110 0 111 100100 11100 110000 11111 111011

Color Harmonies of #B7AA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AA76

Black with #B7AA76

Text Example


Text Example

White with #B7AA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AA76; }

 p { color: rgb(183,170,118); }

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

background-color css

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

 a { background-color: rgb(183,170,118); }

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

border-color css

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

 span { border-color: rgb(183,170,118); }

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