Html Css Color HEX #BAAA7B Ecru

📋 copy color: '#BAAA7B'

red 186 ◦ green 170 ◦ blue 123

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

Shades of Ecru #BAAA7B

Tints of Ecru #BAAA7B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.49%

 BLUE value IS 123 (48.44% from 255) = 25.68%

R = 38.83%
G = 35.49%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BAAA7B (or 0xBAAA7B) is known color: Ecru. HEX triplet: BA, AA and 7B. RGB value is (186,170,123). Sum of RGB (Red+Green+Blue) = 186+170+123=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA7B is #455584. Grayscale: #A9A9A9. Windows color (decimal): -4543877 or 8104634. OLE color: 8104634.

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

Color convert

RGB 186 170 123 -
CMYK 0 0.09 0.34 0.27
HSL 44.76º 0.31% 0.61% -
HSV(B) 44.76º 0.34% 0.73% -
XYZ 38.2 40.62 24.57 -
YUV 169.43 101.8 139.82 -
System Red Green Blue C M Y K H S L
Decimal 186 170 123 0 0.09 0.34 0.27 44.76 0.31 0.61
Hex BA AA 7B 0 9 22 1B 2D 1F 3D
Octal 272 252 173 0 11 42 33 55 37 75
Binary 10111010 10101010 1111011 0 1001 100010 11011 101101 11111 111101

Color Harmonies of #BAAA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA7B

Black with #BAAA7B

Text Example


Text Example

White with #BAAA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA7B; }

 p { color: rgb(186,170,123); }

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

background-color css

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

 a { background-color: rgb(186,170,123); }

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

border-color css

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

 span { border-color: rgb(186,170,123); }

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