Html Css Color HEX #B6AD77 Ecru

📋 copy color: '#B6AD77'

red 182 ◦ green 173 ◦ blue 119

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

Shades of Ecru #B6AD77

Tints of Ecru #B6AD77

RGB

 RED value IS 182 (71.48% from 255) = 38.4%

 GREEN value IS 173 (67.97% from 255) = 36.5%

 BLUE value IS 119 (46.88% from 255) = 25.11%

R = 38.4%
G = 36.5%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B6AD77 (or 0xB6AD77) is known color: Ecru. HEX triplet: B6, AD and 77. RGB value is (182,173,119). Sum of RGB (Red+Green+Blue) = 182+173+119=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AD77 is #495288. Grayscale: #A9A9A9. Windows color (decimal): -4805257 or 7843254. OLE color: 7843254.

HSL color Cylindrical-coordinate representation of color #B6AD77: hue angle of 51.43º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6AD77 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 173 119 -
CMYK 0 0.05 0.35 0.29
HSL 51.43º 0.3% 0.59% -
HSV(B) 51.43º 0.35% 0.71% -
XYZ 37.56 41.16 23.42 -
YUV 169.54 99.48 136.89 -
System Red Green Blue C M Y K H S L
Decimal 182 173 119 0 0.05 0.35 0.29 51.43 0.3 0.59
Hex B6 AD 77 0 5 23 1D 33 1E 3B
Octal 266 255 167 0 5 43 35 63 36 73
Binary 10110110 10101101 1110111 0 101 100011 11101 110011 11110 111011

Color Harmonies of #B6AD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AD77

Black with #B6AD77

Text Example


Text Example

White with #B6AD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AD77; }

 p { color: rgb(182,173,119); }

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

background-color css

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

 a { background-color: rgb(182,173,119); }

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

border-color css

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

 span { border-color: rgb(182,173,119); }

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