Html Css Color HEX #BAAE7A Ecru

📋 copy color: '#BAAE7A'

red 186 ◦ green 174 ◦ blue 122

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

Shades of Ecru #BAAE7A

Tints of Ecru #BAAE7A

RGB

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

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

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

R = 38.59%
G = 36.1%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BAAE7A (or 0xBAAE7A) is known color: Ecru. HEX triplet: BA, AE and 7A. RGB value is (186,174,122). Sum of RGB (Red+Green+Blue) = 186+174+122=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE7A is #455185. Grayscale: #ABABAB. Windows color (decimal): -4542854 or 8040122. OLE color: 8040122.

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

Color convert

RGB 186 174 122 -
CMYK 0 0.06 0.34 0.27
HSL 48.75º 0.32% 0.6% -
HSV(B) 48.75º 0.34% 0.73% -
XYZ 38.9 42.12 24.49 -
YUV 171.66 99.98 138.23 -
System Red Green Blue C M Y K H S L
Decimal 186 174 122 0 0.06 0.34 0.27 48.75 0.32 0.6
Hex BA AE 7A 0 6 22 1B 31 20 3C
Octal 272 256 172 0 6 42 33 61 40 74
Binary 10111010 10101110 1111010 0 110 100010 11011 110001 100000 111100

Color Harmonies of #BAAE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE7A

Black with #BAAE7A

Text Example


Text Example

White with #BAAE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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