Html Css Color HEX #BAB17F Ecru

📋 copy color: '#BAB17F'

red 186 ◦ green 177 ◦ blue 127

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

Shades of Ecru #BAB17F

Tints of Ecru #BAB17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.92%

R = 37.96%
G = 36.12%
B = 25.92%

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

#BAB17F (or 0xBAB17F) is known color: Ecru. HEX triplet: BA, B1 and 7F. RGB value is (186,177,127). Sum of RGB (Red+Green+Blue) = 186+177+127=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB17F is #454E80. Grayscale: #AEAEAE. Windows color (decimal): -4542081 or 8368570. OLE color: 8368570.

HSL color Cylindrical-coordinate representation of color #BAB17F: hue angle of 50.85º 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 #BAB17F is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 177 127 -
CMYK 0 0.05 0.32 0.27
HSL 50.85º 0.3% 0.61% -
HSV(B) 50.85º 0.32% 0.73% -
XYZ 39.8 43.42 26.36 -
YUV 173.99 101.48 136.57 -
System Red Green Blue C M Y K H S L
Decimal 186 177 127 0 0.05 0.32 0.27 50.85 0.3 0.61
Hex BA B1 7F 0 5 20 1B 33 1E 3D
Octal 272 261 177 0 5 40 33 63 36 75
Binary 10111010 10110001 1111111 0 101 100000 11011 110011 11110 111101

Color Harmonies of #BAB17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB17F

Black with #BAB17F

Text Example


Text Example

White with #BAB17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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