Html Css Color HEX #BA6862 Contessa

📋 copy color: '#BA6862'

red 186 ◦ green 104 ◦ blue 98

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

Shades of Contessa #BA6862

Tints of Contessa #BA6862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.26%

R = 47.94%
G = 26.8%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA6862 (or 0xBA6862) is known color: Contessa. HEX triplet: BA, 68 and 62. RGB value is (186,104,98). Sum of RGB (Red+Green+Blue) = 186+104+98=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6862 is #45979D. Grayscale: #7F7F7F. Windows color (decimal): -4560798 or 6449338. OLE color: 6449338.

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

Color convert

RGB 186 104 98 -
CMYK 0 0.44 0.47 0.27
HSL 4.09º 0.39% 0.56% -
HSV(B) 4.09º 0.47% 0.73% -
XYZ 27.4 21.22 14.21 -
YUV 127.83 111.17 169.49 -
System Red Green Blue C M Y K H S L
Decimal 186 104 98 0 0.44 0.47 0.27 4.09 0.39 0.56
Hex BA 68 62 0 2C 2F 1B 4 27 38
Octal 272 150 142 0 54 57 33 4 47 70
Binary 10111010 1101000 1100010 0 101100 101111 11011 100 100111 111000

Color Harmonies of #BA6862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6862

Black with #BA6862

Text Example


Text Example

White with #BA6862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6862; }

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

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

background-color css

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

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

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

border-color css

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

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

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