Html Css Color HEX #BA6362 Contessa

📋 copy color: '#BA6362'

red 186 ◦ green 99 ◦ blue 98

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

Shades of Contessa #BA6362

Tints of Contessa #BA6362

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.85%

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

R = 48.56%
G = 25.85%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA6362 (or 0xBA6362) is known color: Contessa. HEX triplet: BA, 63 and 62. RGB value is (186,99,98). Sum of RGB (Red+Green+Blue) = 186+99+98=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6362 is #459C9D. Grayscale: #7C7C7C. Windows color (decimal): -4562078 or 6448058. OLE color: 6448058.

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

Color convert

RGB 186 99 98 -
CMYK 0 0.47 0.47 0.27
HSL 0.68º 0.39% 0.56% -
HSV(B) 0.68º 0.47% 0.73% -
XYZ 26.92 20.24 14.04 -
YUV 124.9 112.82 171.58 -
System Red Green Blue C M Y K H S L
Decimal 186 99 98 0 0.47 0.47 0.27 0.68 0.39 0.56
Hex BA 63 62 0 2F 2F 1B 1 27 38
Octal 272 143 142 0 57 57 33 1 47 70
Binary 10111010 1100011 1100010 0 101111 101111 11011 1 100111 111000

Color Harmonies of #BA6362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6362

Black with #BA6362

Text Example


Text Example

White with #BA6362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6362; }

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

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

background-color css

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

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

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

border-color css

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

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

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