Html Css Color HEX #BA705B Contessa

📋 copy color: '#BA705B'

red 186 ◦ green 112 ◦ blue 91

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

Shades of Contessa #BA705B

Tints of Contessa #BA705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.39%

R = 47.81%
G = 28.79%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA705B (or 0xBA705B) is known color: Contessa. HEX triplet: BA, 70 and 5B. RGB value is (186,112,91). Sum of RGB (Red+Green+Blue) = 186+112+91=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA705B is #458FA4. Grayscale: #838383. Windows color (decimal): -4558757 or 5992634. OLE color: 5992634.

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

Color convert

RGB 186 112 91 -
CMYK 0 0.40 0.51 0.27
HSL 13.26º 0.41% 0.54% -
HSV(B) 13.26º 0.51% 0.73% -
XYZ 27.93 22.78 12.82 -
YUV 131.73 105.02 166.71 -
System Red Green Blue C M Y K H S L
Decimal 186 112 91 0 0.40 0.51 0.27 13.26 0.41 0.54
Hex BA 70 5B 0 28 33 1B D 29 36
Octal 272 160 133 0 50 63 33 15 51 66
Binary 10111010 1110000 1011011 0 101000 110011 11011 1101 101001 110110

Color Harmonies of #BA705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA705B

Black with #BA705B

Text Example


Text Example

White with #BA705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA705B; }

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

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

background-color css

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

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

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

border-color css

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

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

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