Html Css Color HEX #B7AA74 Ecru

📋 copy color: '#B7AA74'

red 183 ◦ green 170 ◦ blue 116

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

Shades of Ecru #B7AA74

Tints of Ecru #B7AA74

RGB

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

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

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

R = 39.02%
G = 36.25%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B7AA74 (or 0xB7AA74) is known color: Ecru. HEX triplet: B7, AA and 74. RGB value is (183,170,116). Sum of RGB (Red+Green+Blue) = 183+170+116=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AA74 is #48558B. Grayscale: #A7A7A7. Windows color (decimal): -4740492 or 7645879. OLE color: 7645879.

HSL color Cylindrical-coordinate representation of color #B7AA74: hue angle of 48.36º 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 #B7AA74 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 170 116 -
CMYK 0 0.07 0.37 0.28
HSL 48.36º 0.32% 0.59% -
HSV(B) 48.36º 0.37% 0.72% -
XYZ 37.06 40.08 22.31 -
YUV 167.73 98.81 138.89 -
System Red Green Blue C M Y K H S L
Decimal 183 170 116 0 0.07 0.37 0.28 48.36 0.32 0.59
Hex B7 AA 74 0 7 25 1C 30 20 3B
Octal 267 252 164 0 7 45 34 60 40 73
Binary 10110111 10101010 1110100 0 111 100101 11100 110000 100000 111011

Color Harmonies of #B7AA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AA74

Black with #B7AA74

Text Example


Text Example

White with #B7AA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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