Html Css Color HEX #BA6D61 Contessa

📋 copy color: '#BA6D61'

red 186 ◦ green 109 ◦ blue 97

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

Shades of Contessa #BA6D61

Tints of Contessa #BA6D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.74%

R = 47.45%
G = 27.81%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA6D61 (or 0xBA6D61) is known color: Contessa. HEX triplet: BA, 6D and 61. RGB value is (186,109,97). Sum of RGB (Red+Green+Blue) = 186+109+97=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6D61 is #45929E. Grayscale: #828282. Windows color (decimal): -4559519 or 6385082. OLE color: 6385082.

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

Color convert

RGB 186 109 97 -
CMYK 0 0.41 0.48 0.27
HSL 8.09º 0.39% 0.55% -
HSV(B) 8.09º 0.48% 0.73% -
XYZ 27.88 22.24 14.13 -
YUV 130.66 109.01 167.48 -
System Red Green Blue C M Y K H S L
Decimal 186 109 97 0 0.41 0.48 0.27 8.09 0.39 0.55
Hex BA 6D 61 0 29 30 1B 8 27 37
Octal 272 155 141 0 51 60 33 10 47 67
Binary 10111010 1101101 1100001 0 101001 110000 11011 1000 100111 110111

Color Harmonies of #BA6D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D61

Black with #BA6D61

Text Example


Text Example

White with #BA6D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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