Html Css Color HEX #BAB082 Ecru

📋 copy color: '#BAB082'

red 186 ◦ green 176 ◦ blue 130

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

Shades of Ecru #BAB082

Tints of Ecru #BAB082

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.77%

 BLUE value IS 130 (51.17% from 255) = 26.42%

R = 37.8%
G = 35.77%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BAB082 (or 0xBAB082) is known color: Ecru. HEX triplet: BA, B0 and 82. RGB value is (186,176,130). Sum of RGB (Red+Green+Blue) = 186+176+130=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB082 is #454F7D. Grayscale: #ADADAD. Windows color (decimal): -4542334 or 8564922. OLE color: 8564922.

HSL color Cylindrical-coordinate representation of color #BAB082: hue angle of 49.29º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAB082 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 176 130 -
CMYK 0 0.05 0.30 0.27
HSL 49.29º 0.29% 0.62% -
HSV(B) 49.29º 0.3% 0.73% -
XYZ 39.8 43.1 27.34 -
YUV 173.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 186 176 130 0 0.05 0.30 0.27 49.29 0.29 0.62
Hex BA B0 82 0 5 1E 1B 31 1D 3E
Octal 272 260 202 0 5 36 33 61 35 76
Binary 10111010 10110000 10000010 0 101 11110 11011 110001 11101 111110

Color Harmonies of #BAB082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB082

Black with #BAB082

Text Example


Text Example

White with #BAB082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB082; }

 p { color: rgb(186,176,130); }

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

background-color css

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

 a { background-color: rgb(186,176,130); }

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

border-color css

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

 span { border-color: rgb(186,176,130); }

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