Html Css Color HEX #BA685D Contessa

📋 copy color: '#BA685D'

red 186 ◦ green 104 ◦ blue 93

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

Shades of Contessa #BA685D

Tints of Contessa #BA685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.15%

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

R = 48.56%
G = 27.15%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA685D (or 0xBA685D) is known color: Contessa. HEX triplet: BA, 68 and 5D. RGB value is (186,104,93). Sum of RGB (Red+Green+Blue) = 186+104+93=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA685D is #4597A2. Grayscale: #7F7F7F. Windows color (decimal): -4560803 or 6121658. OLE color: 6121658.

HSL color Cylindrical-coordinate representation of color #BA685D: hue angle of 7.1º 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 #BA685D is Cyan = 0, Magento = 0.44, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 104 93 -
CMYK 0 0.44 0.5 0.27
HSL 7.1º 0.4% 0.55% -
HSV(B) 7.1º 0.5% 0.73% -
XYZ 27.18 21.13 13 -
YUV 127.26 108.67 169.89 -
System Red Green Blue C M Y K H S L
Decimal 186 104 93 0 0.44 0.5 0.27 7.1 0.4 0.55
Hex BA 68 5D 0 2C 32 1B 7 28 37
Octal 272 150 135 0 54 62 33 7 50 67
Binary 10111010 1101000 1011101 0 101100 110010 11011 111 101000 110111

Color Harmonies of #BA685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA685D

Black with #BA685D

Text Example


Text Example

White with #BA685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA685D; }

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

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

background-color css

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

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

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

border-color css

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

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

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