Html Css Color HEX #BAB27A Ecru

📋 copy color: '#BAB27A'

red 186 ◦ green 178 ◦ blue 122

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

Shades of Ecru #BAB27A

Tints of Ecru #BAB27A

RGB

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

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

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

R = 38.27%
G = 36.63%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BAB27A (or 0xBAB27A) is known color: Ecru. HEX triplet: BA, B2 and 7A. RGB value is (186,178,122). Sum of RGB (Red+Green+Blue) = 186+178+122=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB27A is #454D85. Grayscale: #AEAEAE. Windows color (decimal): -4541830 or 8041146. OLE color: 8041146.

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

Color convert

RGB 186 178 122 -
CMYK 0 0.04 0.34 0.27
HSL 52.5º 0.32% 0.6% -
HSV(B) 52.5º 0.34% 0.73% -
XYZ 39.68 43.69 24.75 -
YUV 174.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 186 178 122 0 0.04 0.34 0.27 52.5 0.32 0.6
Hex BA B2 7A 0 4 22 1B 34 20 3C
Octal 272 262 172 0 4 42 33 64 40 74
Binary 10111010 10110010 1111010 0 100 100010 11011 110100 100000 111100

Color Harmonies of #BAB27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB27A

Black with #BAB27A

Text Example


Text Example

White with #BAB27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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