Html Css Color HEX #B6AC7C Ecru

📋 copy color: '#B6AC7C'

red 182 ◦ green 172 ◦ blue 124

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

Shades of Ecru #B6AC7C

Tints of Ecru #B6AC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.94%

R = 38.08%
G = 35.98%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6AC7C (or 0xB6AC7C) is known color: Ecru. HEX triplet: B6, AC and 7C. RGB value is (182,172,124). Sum of RGB (Red+Green+Blue) = 182+172+124=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AC7C is #495383. Grayscale: #A9A9A9. Windows color (decimal): -4805508 or 8170678. OLE color: 8170678.

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

Color convert

RGB 182 172 124 -
CMYK 0 0.05 0.32 0.29
HSL 49.66º 0.28% 0.6% -
HSV(B) 49.66º 0.32% 0.71% -
XYZ 37.68 40.91 24.98 -
YUV 169.52 102.31 136.9 -
System Red Green Blue C M Y K H S L
Decimal 182 172 124 0 0.05 0.32 0.29 49.66 0.28 0.6
Hex B6 AC 7C 0 5 20 1D 32 1C 3C
Octal 266 254 174 0 5 40 35 62 34 74
Binary 10110110 10101100 1111100 0 101 100000 11101 110010 11100 111100

Color Harmonies of #B6AC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AC7C

Black with #B6AC7C

Text Example


Text Example

White with #B6AC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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