Html Css Color HEX #B7AE7A Ecru

📋 copy color: '#B7AE7A'

red 183 ◦ green 174 ◦ blue 122

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

Shades of Ecru #B7AE7A

Tints of Ecru #B7AE7A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.33%

 BLUE value IS 122 (48.05% from 255) = 25.47%

R = 38.2%
G = 36.33%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B7AE7A (or 0xB7AE7A) is known color: Ecru. HEX triplet: B7, AE and 7A. RGB value is (183,174,122). Sum of RGB (Red+Green+Blue) = 183+174+122=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AE7A is #485185. Grayscale: #AAAAAA. Windows color (decimal): -4739462 or 8040119. OLE color: 8040119.

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

Color convert

RGB 183 174 122 -
CMYK 0 0.05 0.33 0.28
HSL 51.15º 0.3% 0.6% -
HSV(B) 51.15º 0.33% 0.72% -
XYZ 38.18 41.74 24.46 -
YUV 170.76 100.48 136.73 -
System Red Green Blue C M Y K H S L
Decimal 183 174 122 0 0.05 0.33 0.28 51.15 0.3 0.6
Hex B7 AE 7A 0 5 21 1C 33 1E 3C
Octal 267 256 172 0 5 41 34 63 36 74
Binary 10110111 10101110 1111010 0 101 100001 11100 110011 11110 111100

Color Harmonies of #B7AE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AE7A

Black with #B7AE7A

Text Example


Text Example

White with #B7AE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AE7A; }

 p { color: rgb(183,174,122); }

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

background-color css

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

 a { background-color: rgb(183,174,122); }

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

border-color css

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

 span { border-color: rgb(183,174,122); }

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