Html Css Color HEX #BA6D68 Contessa

📋 copy color: '#BA6D68'

red 186 ◦ green 109 ◦ blue 104

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

Shades of Contessa #BA6D68

Tints of Contessa #BA6D68

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.32%

 BLUE value IS 104 (41.02% from 255) = 26.07%

R = 46.62%
G = 27.32%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BA6D68 (or 0xBA6D68) is known color: Contessa. HEX triplet: BA, 6D and 68. RGB value is (186,109,104). Sum of RGB (Red+Green+Blue) = 186+109+104=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6D68 is #459297. Grayscale: #838383. Windows color (decimal): -4559512 or 6843834. OLE color: 6843834.

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

Color convert

RGB 186 109 104 -
CMYK 0 0.41 0.44 0.27
HSL 3.66º 0.37% 0.57% -
HSV(B) 3.66º 0.44% 0.73% -
XYZ 28.22 22.38 15.93 -
YUV 131.45 112.51 166.91 -
System Red Green Blue C M Y K H S L
Decimal 186 109 104 0 0.41 0.44 0.27 3.66 0.37 0.57
Hex BA 6D 68 0 29 2C 1B 4 25 39
Octal 272 155 150 0 51 54 33 4 45 71
Binary 10111010 1101101 1101000 0 101001 101100 11011 100 100101 111001

Color Harmonies of #BA6D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D68

Black with #BA6D68

Text Example


Text Example

White with #BA6D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D68; }

 p { color: rgb(186,109,104); }

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

background-color css

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

 a { background-color: rgb(186,109,104); }

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

border-color css

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

 span { border-color: rgb(186,109,104); }

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