Html Css Color HEX #BA6B61 Contessa

📋 copy color: '#BA6B61'

red 186 ◦ green 107 ◦ blue 97

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

Shades of Contessa #BA6B61

Tints of Contessa #BA6B61

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.44%

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

R = 47.69%
G = 27.44%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA6B61 (or 0xBA6B61) is known color: Contessa. HEX triplet: BA, 6B and 61. RGB value is (186,107,97). Sum of RGB (Red+Green+Blue) = 186+107+97=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B61 is #45949E. Grayscale: #818181. Windows color (decimal): -4560031 or 6384570. OLE color: 6384570.

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

Color convert

RGB 186 107 97 -
CMYK 0 0.42 0.48 0.27
HSL 6.74º 0.39% 0.55% -
HSV(B) 6.74º 0.48% 0.73% -
XYZ 27.67 21.82 14.06 -
YUV 129.48 109.67 168.31 -
System Red Green Blue C M Y K H S L
Decimal 186 107 97 0 0.42 0.48 0.27 6.74 0.39 0.55
Hex BA 6B 61 0 2A 30 1B 7 27 37
Octal 272 153 141 0 52 60 33 7 47 67
Binary 10111010 1101011 1100001 0 101010 110000 11011 111 100111 110111

Color Harmonies of #BA6B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6B61

Black with #BA6B61

Text Example


Text Example

White with #BA6B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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