Html Css Color HEX #BAB27F Ecru

📋 copy color: '#BAB27F'

red 186 ◦ green 178 ◦ blue 127

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

Shades of Ecru #BAB27F

Tints of Ecru #BAB27F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.25%

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

R = 37.88%
G = 36.25%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BAB27F (or 0xBAB27F) is known color: Ecru. HEX triplet: BA, B2 and 7F. RGB value is (186,178,127). Sum of RGB (Red+Green+Blue) = 186+178+127=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB27F is #454D80. Grayscale: #AEAEAE. Windows color (decimal): -4541825 or 8368826. OLE color: 8368826.

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

Color convert

RGB 186 178 127 -
CMYK 0 0.04 0.32 0.27
HSL 51.86º 0.3% 0.61% -
HSV(B) 51.86º 0.32% 0.73% -
XYZ 40 43.81 26.43 -
YUV 174.58 101.15 136.15 -
System Red Green Blue C M Y K H S L
Decimal 186 178 127 0 0.04 0.32 0.27 51.86 0.3 0.61
Hex BA B2 7F 0 4 20 1B 34 1E 3D
Octal 272 262 177 0 4 40 33 64 36 75
Binary 10111010 10110010 1111111 0 100 100000 11011 110100 11110 111101

Color Harmonies of #BAB27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB27F

Black with #BAB27F

Text Example


Text Example

White with #BAB27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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