Html Css Color HEX #BAB17C Ecru

📋 copy color: '#BAB17C'

red 186 ◦ green 177 ◦ blue 124

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

Shades of Ecru #BAB17C

Tints of Ecru #BAB17C

RGB

 RED value IS 186 (73.05% from 255) = 38.19%

 GREEN value IS 177 (69.53% from 255) = 36.34%

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

R = 38.19%
G = 36.34%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BAB17C (or 0xBAB17C) is known color: Ecru. HEX triplet: BA, B1 and 7C. RGB value is (186,177,124). Sum of RGB (Red+Green+Blue) = 186+177+124=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB17C is #454E83. Grayscale: #ADADAD. Windows color (decimal): -4542084 or 8171962. OLE color: 8171962.

HSL color Cylindrical-coordinate representation of color #BAB17C: hue angle of 51.29º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAB17C is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 177 124 -
CMYK 0 0.05 0.33 0.27
HSL 51.29º 0.31% 0.61% -
HSV(B) 51.29º 0.33% 0.73% -
XYZ 39.61 43.34 25.35 -
YUV 173.65 99.98 136.81 -
System Red Green Blue C M Y K H S L
Decimal 186 177 124 0 0.05 0.33 0.27 51.29 0.31 0.61
Hex BA B1 7C 0 5 21 1B 33 1F 3D
Octal 272 261 174 0 5 41 33 63 37 75
Binary 10111010 10110001 1111100 0 101 100001 11011 110011 11111 111101

Color Harmonies of #BAB17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB17C

Black with #BAB17C

Text Example


Text Example

White with #BAB17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB17C; }

 p { color: rgb(186,177,124); }

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

background-color css

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

 a { background-color: rgb(186,177,124); }

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

border-color css

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

 span { border-color: rgb(186,177,124); }

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