Html Css Color HEX #B6AC78 Ecru

📋 copy color: '#B6AC78'

red 182 ◦ green 172 ◦ blue 120

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

Shades of Ecru #B6AC78

Tints of Ecru #B6AC78

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.29%

 BLUE value IS 120 (47.27% from 255) = 25.32%

R = 38.4%
G = 36.29%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B6AC78 (or 0xB6AC78) is known color: Ecru. HEX triplet: B6, AC and 78. RGB value is (182,172,120). Sum of RGB (Red+Green+Blue) = 182+172+120=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AC78 is #495387. Grayscale: #A9A9A9. Windows color (decimal): -4805512 or 7908534. OLE color: 7908534.

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

Color convert

RGB 182 172 120 -
CMYK 0 0.05 0.34 0.29
HSL 50.32º 0.3% 0.59% -
HSV(B) 50.32º 0.34% 0.71% -
XYZ 37.43 40.81 23.67 -
YUV 169.06 100.31 137.23 -
System Red Green Blue C M Y K H S L
Decimal 182 172 120 0 0.05 0.34 0.29 50.32 0.3 0.59
Hex B6 AC 78 0 5 22 1D 32 1E 3B
Octal 266 254 170 0 5 42 35 62 36 73
Binary 10110110 10101100 1111000 0 101 100010 11101 110010 11110 111011

Color Harmonies of #B6AC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AC78

Black with #B6AC78

Text Example


Text Example

White with #B6AC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AC78; }

 p { color: rgb(182,172,120); }

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

background-color css

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

 a { background-color: rgb(182,172,120); }

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

border-color css

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

 span { border-color: rgb(182,172,120); }

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