Html Css Color HEX #BAB17A Ecru

📋 copy color: '#BAB17A'

red 186 ◦ green 177 ◦ blue 122

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

Shades of Ecru #BAB17A

Tints of Ecru #BAB17A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.15%

R = 38.35%
G = 36.49%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BAB17A (or 0xBAB17A) is known color: Ecru. HEX triplet: BA, B1 and 7A. RGB value is (186,177,122). Sum of RGB (Red+Green+Blue) = 186+177+122=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB17A is #454E85. Grayscale: #ADADAD. Windows color (decimal): -4542086 or 8040890. OLE color: 8040890.

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

Color convert

RGB 186 177 122 -
CMYK 0 0.05 0.34 0.27
HSL 51.56º 0.32% 0.6% -
HSV(B) 51.56º 0.34% 0.73% -
XYZ 39.48 43.29 24.69 -
YUV 173.42 98.98 136.97 -
System Red Green Blue C M Y K H S L
Decimal 186 177 122 0 0.05 0.34 0.27 51.56 0.32 0.6
Hex BA B1 7A 0 5 22 1B 34 20 3C
Octal 272 261 172 0 5 42 33 64 40 74
Binary 10111010 10110001 1111010 0 101 100010 11011 110100 100000 111100

Color Harmonies of #BAB17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB17A

Black with #BAB17A

Text Example


Text Example

White with #BAB17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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