Html Css Color HEX #BA6662 Contessa

📋 copy color: '#BA6662'

red 186 ◦ green 102 ◦ blue 98

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

Shades of Contessa #BA6662

Tints of Contessa #BA6662

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.42%

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

R = 48.19%
G = 26.42%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA6662 (or 0xBA6662) is known color: Contessa. HEX triplet: BA, 66 and 62. RGB value is (186,102,98). Sum of RGB (Red+Green+Blue) = 186+102+98=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6662 is #45999D. Grayscale: #7E7E7E. Windows color (decimal): -4561310 or 6448826. OLE color: 6448826.

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

Color convert

RGB 186 102 98 -
CMYK 0 0.45 0.47 0.27
HSL 2.73º 0.39% 0.56% -
HSV(B) 2.73º 0.47% 0.73% -
XYZ 27.21 20.82 14.14 -
YUV 126.66 111.83 170.33 -
System Red Green Blue C M Y K H S L
Decimal 186 102 98 0 0.45 0.47 0.27 2.73 0.39 0.56
Hex BA 66 62 0 2D 2F 1B 3 27 38
Octal 272 146 142 0 55 57 33 3 47 70
Binary 10111010 1100110 1100010 0 101101 101111 11011 11 100111 111000

Color Harmonies of #BA6662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6662

Black with #BA6662

Text Example


Text Example

White with #BA6662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6662; }

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

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

background-color css

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

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

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

border-color css

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

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

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