Html Css Color HEX #BAAB7A Ecru

📋 copy color: '#BAAB7A'

red 186 ◦ green 171 ◦ blue 122

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

Shades of Ecru #BAAB7A

Tints of Ecru #BAAB7A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.7%

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

R = 38.83%
G = 35.7%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BAAB7A (or 0xBAAB7A) is known color: Ecru. HEX triplet: BA, AB and 7A. RGB value is (186,171,122). Sum of RGB (Red+Green+Blue) = 186+171+122=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB7A is #455485. Grayscale: #AAAAAA. Windows color (decimal): -4543622 or 8039354. OLE color: 8039354.

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

Color convert

RGB 186 171 122 -
CMYK 0 0.08 0.34 0.27
HSL 45.94º 0.32% 0.6% -
HSV(B) 45.94º 0.34% 0.73% -
XYZ 38.33 40.97 24.3 -
YUV 169.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 186 171 122 0 0.08 0.34 0.27 45.94 0.32 0.6
Hex BA AB 7A 0 8 22 1B 2E 20 3C
Octal 272 253 172 0 10 42 33 56 40 74
Binary 10111010 10101011 1111010 0 1000 100010 11011 101110 100000 111100

Color Harmonies of #BAAB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAB7A

Black with #BAAB7A

Text Example


Text Example

White with #BAAB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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