Html Css Color HEX #BA6962 Contessa

📋 copy color: '#BA6962'

red 186 ◦ green 105 ◦ blue 98

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

Shades of Contessa #BA6962

Tints of Contessa #BA6962

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.99%

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

R = 47.81%
G = 26.99%
B = 25.19%

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

#BA6962 (or 0xBA6962) is known color: Contessa. HEX triplet: BA, 69 and 62. RGB value is (186,105,98). Sum of RGB (Red+Green+Blue) = 186+105+98=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6962 is #45969D. Grayscale: #808080. Windows color (decimal): -4560542 or 6449594. OLE color: 6449594.

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

Color convert

RGB 186 105 98 -
CMYK 0 0.44 0.47 0.27
HSL 4.77º 0.39% 0.56% -
HSV(B) 4.77º 0.47% 0.73% -
XYZ 27.51 21.42 14.24 -
YUV 128.42 110.84 169.07 -
System Red Green Blue C M Y K H S L
Decimal 186 105 98 0 0.44 0.47 0.27 4.77 0.39 0.56
Hex BA 69 62 0 2C 2F 1B 5 27 38
Octal 272 151 142 0 54 57 33 5 47 70
Binary 10111010 1101001 1100010 0 101100 101111 11011 101 100111 111000

Color Harmonies of #BA6962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6962

Black with #BA6962

Text Example


Text Example

White with #BA6962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6962; }

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

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

background-color css

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

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

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

border-color css

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

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

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