Html Css Color HEX #BAAC77 Ecru

📋 copy color: '#BAAC77'

red 186 ◦ green 172 ◦ blue 119

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

Shades of Ecru #BAAC77

Tints of Ecru #BAAC77

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.06%

 BLUE value IS 119 (46.88% from 255) = 24.95%

R = 38.99%
G = 36.06%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BAAC77 (or 0xBAAC77) is known color: Ecru. HEX triplet: BA, AC and 77. RGB value is (186,172,119). Sum of RGB (Red+Green+Blue) = 186+172+119=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC77 is #455388. Grayscale: #AAAAAA. Windows color (decimal): -4543369 or 7843002. OLE color: 7843002.

HSL color Cylindrical-coordinate representation of color #BAAC77: hue angle of 47.46º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAAC77 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 172 119 -
CMYK 0 0.08 0.36 0.27
HSL 47.46º 0.33% 0.6% -
HSV(B) 47.46º 0.36% 0.73% -
XYZ 38.33 41.28 23.4 -
YUV 170.14 99.14 139.31 -
System Red Green Blue C M Y K H S L
Decimal 186 172 119 0 0.08 0.36 0.27 47.46 0.33 0.6
Hex BA AC 77 0 8 24 1B 2F 21 3C
Octal 272 254 167 0 10 44 33 57 41 74
Binary 10111010 10101100 1110111 0 1000 100100 11011 101111 100001 111100

Color Harmonies of #BAAC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC77

Black with #BAAC77

Text Example


Text Example

White with #BAAC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC77; }

 p { color: rgb(186,172,119); }

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

background-color css

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

 a { background-color: rgb(186,172,119); }

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

border-color css

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

 span { border-color: rgb(186,172,119); }

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