Html Css Color HEX #BA705D Contessa

📋 copy color: '#BA705D'

red 186 ◦ green 112 ◦ blue 93

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

Shades of Contessa #BA705D

Tints of Contessa #BA705D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.64%

 BLUE value IS 93 (36.72% from 255) = 23.79%

R = 47.57%
G = 28.64%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA705D (or 0xBA705D) is known color: Contessa. HEX triplet: BA, 70 and 5D. RGB value is (186,112,93). Sum of RGB (Red+Green+Blue) = 186+112+93=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA705D is #458FA2. Grayscale: #848484. Windows color (decimal): -4558755 or 6123706. OLE color: 6123706.

HSL color Cylindrical-coordinate representation of color #BA705D: hue angle of 12.26º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA705D is Cyan = 0, Magento = 0.40, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 112 93 -
CMYK 0 0.40 0.5 0.27
HSL 12.26º 0.4% 0.55% -
HSV(B) 12.26º 0.5% 0.73% -
XYZ 28.02 22.82 13.28 -
YUV 131.96 106.02 166.54 -
System Red Green Blue C M Y K H S L
Decimal 186 112 93 0 0.40 0.5 0.27 12.26 0.4 0.55
Hex BA 70 5D 0 28 32 1B C 28 37
Octal 272 160 135 0 50 62 33 14 50 67
Binary 10111010 1110000 1011101 0 101000 110010 11011 1100 101000 110111

Color Harmonies of #BA705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA705D

Black with #BA705D

Text Example


Text Example

White with #BA705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA705D; }

 p { color: rgb(186,112,93); }

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

background-color css

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

 a { background-color: rgb(186,112,93); }

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

border-color css

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

 span { border-color: rgb(186,112,93); }

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