Html Css Color HEX #BA6F62 Contessa

📋 copy color: '#BA6F62'

red 186 ◦ green 111 ◦ blue 98

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

Shades of Contessa #BA6F62

Tints of Contessa #BA6F62

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.1%

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

R = 47.09%
G = 28.1%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA6F62 (or 0xBA6F62) is known color: Contessa. HEX triplet: BA, 6F and 62. RGB value is (186,111,98). Sum of RGB (Red+Green+Blue) = 186+111+98=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F62 is #45909D. Grayscale: #848484. Windows color (decimal): -4559006 or 6451130. OLE color: 6451130.

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

Color convert

RGB 186 111 98 -
CMYK 0 0.40 0.47 0.27
HSL 8.86º 0.39% 0.56% -
HSV(B) 8.86º 0.47% 0.73% -
XYZ 28.14 22.69 14.45 -
YUV 131.94 108.85 166.56 -
System Red Green Blue C M Y K H S L
Decimal 186 111 98 0 0.40 0.47 0.27 8.86 0.39 0.56
Hex BA 6F 62 0 28 2F 1B 9 27 38
Octal 272 157 142 0 50 57 33 11 47 70
Binary 10111010 1101111 1100010 0 101000 101111 11011 1001 100111 111000

Color Harmonies of #BA6F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F62

Black with #BA6F62

Text Example


Text Example

White with #BA6F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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