Html Css Color HEX #BAAE81 Ecru

📋 copy color: '#BAAE81'

red 186 ◦ green 174 ◦ blue 129

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

Shades of Ecru #BAAE81

Tints of Ecru #BAAE81

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.58%

 BLUE value IS 129 (50.78% from 255) = 26.38%

R = 38.04%
G = 35.58%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BAAE81 (or 0xBAAE81) is known color: Ecru. HEX triplet: BA, AE and 81. RGB value is (186,174,129). Sum of RGB (Red+Green+Blue) = 186+174+129=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAE81 is #45517E. Grayscale: #ACACAC. Windows color (decimal): -4542847 or 8498874. OLE color: 8498874.

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

Color convert

RGB 186 174 129 -
CMYK 0 0.06 0.31 0.27
HSL 47.37º 0.29% 0.62% -
HSV(B) 47.37º 0.31% 0.73% -
XYZ 39.35 42.3 26.86 -
YUV 172.46 103.48 137.66 -
System Red Green Blue C M Y K H S L
Decimal 186 174 129 0 0.06 0.31 0.27 47.37 0.29 0.62
Hex BA AE 81 0 6 1F 1B 2F 1D 3E
Octal 272 256 201 0 6 37 33 57 35 76
Binary 10111010 10101110 10000001 0 110 11111 11011 101111 11101 111110

Color Harmonies of #BAAE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE81

Black with #BAAE81

Text Example


Text Example

White with #BAAE81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE81; }

 p { color: rgb(186,174,129); }

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

background-color css

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

 a { background-color: rgb(186,174,129); }

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

border-color css

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

 span { border-color: rgb(186,174,129); }

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