Html Css Color HEX #BA7563 Contessa

📋 copy color: '#BA7563'

red 186 ◦ green 117 ◦ blue 99

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

Shades of Contessa #BA7563

Tints of Contessa #BA7563

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.1%

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

R = 46.27%
G = 29.1%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA7563 (or 0xBA7563) is known color: Contessa. HEX triplet: BA, 75 and 63. RGB value is (186,117,99). Sum of RGB (Red+Green+Blue) = 186+117+99=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7563 is #458A9C. Grayscale: #878787. Windows color (decimal): -4557469 or 6518202. OLE color: 6518202.

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

Color convert

RGB 186 117 99 -
CMYK 0 0.37 0.47 0.27
HSL 12.41º 0.39% 0.56% -
HSV(B) 12.41º 0.47% 0.73% -
XYZ 28.86 24.06 14.93 -
YUV 135.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 186 117 99 0 0.37 0.47 0.27 12.41 0.39 0.56
Hex BA 75 63 0 25 2F 1B C 27 38
Octal 272 165 143 0 45 57 33 14 47 70
Binary 10111010 1110101 1100011 0 100101 101111 11011 1100 100111 111000

Color Harmonies of #BA7563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7563

Black with #BA7563

Text Example


Text Example

White with #BA7563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7563; }

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

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

background-color css

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

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

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

border-color css

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

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

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