Html Css Color HEX #BAB27D Ecru

📋 copy color: '#BAB27D'

red 186 ◦ green 178 ◦ blue 125

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

Shades of Ecru #BAB27D

Tints of Ecru #BAB27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.56%

R = 38.04%
G = 36.4%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BAB27D (or 0xBAB27D) is known color: Ecru. HEX triplet: BA, B2 and 7D. RGB value is (186,178,125). Sum of RGB (Red+Green+Blue) = 186+178+125=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB27D is #454D82. Grayscale: #AEAEAE. Windows color (decimal): -4541827 or 8237754. OLE color: 8237754.

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

Color convert

RGB 186 178 125 -
CMYK 0 0.04 0.33 0.27
HSL 52.13º 0.31% 0.61% -
HSV(B) 52.13º 0.33% 0.73% -
XYZ 39.87 43.76 25.75 -
YUV 174.35 100.15 136.31 -
System Red Green Blue C M Y K H S L
Decimal 186 178 125 0 0.04 0.33 0.27 52.13 0.31 0.61
Hex BA B2 7D 0 4 21 1B 34 1F 3D
Octal 272 262 175 0 4 41 33 64 37 75
Binary 10111010 10110010 1111101 0 100 100001 11011 110100 11111 111101

Color Harmonies of #BAB27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB27D

Black with #BAB27D

Text Example


Text Example

White with #BAB27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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