Html Css Color HEX #BAB17E Ecru

📋 copy color: '#BAB17E'

red 186 ◦ green 177 ◦ blue 126

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

Shades of Ecru #BAB17E

Tints of Ecru #BAB17E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.77%

R = 38.04%
G = 36.2%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BAB17E (or 0xBAB17E) is known color: Ecru. HEX triplet: BA, B1 and 7E. RGB value is (186,177,126). Sum of RGB (Red+Green+Blue) = 186+177+126=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB17E is #454E81. Grayscale: #AEAEAE. Windows color (decimal): -4542082 or 8303034. OLE color: 8303034.

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

Color convert

RGB 186 177 126 -
CMYK 0 0.05 0.32 0.27
HSL 51º 0.3% 0.61% -
HSV(B) 51º 0.32% 0.73% -
XYZ 39.74 43.39 26.02 -
YUV 173.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 186 177 126 0 0.05 0.32 0.27 51 0.3 0.61
Hex BA B1 7E 0 5 20 1B 33 1E 3D
Octal 272 261 176 0 5 40 33 63 36 75
Binary 10111010 10110001 1111110 0 101 100000 11011 110011 11110 111101

Color Harmonies of #BAB17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB17E

Black with #BAB17E

Text Example


Text Example

White with #BAB17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB17E; }

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

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

background-color css

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

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

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

border-color css

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

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

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