Html Css Color HEX #BA6763 Contessa

📋 copy color: '#BA6763'

red 186 ◦ green 103 ◦ blue 99

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

Shades of Contessa #BA6763

Tints of Contessa #BA6763

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.55%

 BLUE value IS 99 (39.06% from 255) = 25.52%

R = 47.94%
G = 26.55%
B = 25.52%

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

#BA6763 (or 0xBA6763) is known color: Contessa. HEX triplet: BA, 67 and 63. RGB value is (186,103,99). Sum of RGB (Red+Green+Blue) = 186+103+99=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6763 is #45989C. Grayscale: #7F7F7F. Windows color (decimal): -4561053 or 6514618. OLE color: 6514618.

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

Color convert

RGB 186 103 99 -
CMYK 0 0.45 0.47 0.27
HSL 2.76º 0.39% 0.56% -
HSV(B) 2.76º 0.47% 0.73% -
XYZ 27.35 21.04 14.42 -
YUV 127.36 112 169.83 -
System Red Green Blue C M Y K H S L
Decimal 186 103 99 0 0.45 0.47 0.27 2.76 0.39 0.56
Hex BA 67 63 0 2D 2F 1B 3 27 38
Octal 272 147 143 0 55 57 33 3 47 70
Binary 10111010 1100111 1100011 0 101101 101111 11011 11 100111 111000

Color Harmonies of #BA6763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6763

Black with #BA6763

Text Example


Text Example

White with #BA6763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6763; }

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

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

background-color css

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

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

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

border-color css

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

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

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