Html Css Color HEX #BAB17B Ecru

📋 copy color: '#BAB17B'

red 186 ◦ green 177 ◦ blue 123

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

Shades of Ecru #BAB17B

Tints of Ecru #BAB17B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.31%

R = 38.27%
G = 36.42%
B = 25.31%

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

#BAB17B (or 0xBAB17B) is known color: Ecru. HEX triplet: BA, B1 and 7B. RGB value is (186,177,123). Sum of RGB (Red+Green+Blue) = 186+177+123=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB17B is #454E84. Grayscale: #ADADAD. Windows color (decimal): -4542085 or 8106426. OLE color: 8106426.

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

Color convert

RGB 186 177 123 -
CMYK 0 0.05 0.34 0.27
HSL 51.43º 0.31% 0.61% -
HSV(B) 51.43º 0.34% 0.73% -
XYZ 39.55 43.31 25.01 -
YUV 173.54 99.48 136.89 -
System Red Green Blue C M Y K H S L
Decimal 186 177 123 0 0.05 0.34 0.27 51.43 0.31 0.61
Hex BA B1 7B 0 5 22 1B 33 1F 3D
Octal 272 261 173 0 5 42 33 63 37 75
Binary 10111010 10110001 1111011 0 101 100010 11011 110011 11111 111101

Color Harmonies of #BAB17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB17B

Black with #BAB17B

Text Example


Text Example

White with #BAB17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB17B; }

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

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

background-color css

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

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

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

border-color css

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

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

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