Html Css Color HEX #BA6F63 Contessa

📋 copy color: '#BA6F63'

red 186 ◦ green 111 ◦ blue 99

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

Shades of Contessa #BA6F63

Tints of Contessa #BA6F63

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.03%

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

R = 46.97%
G = 28.03%
B = 25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA6F63 (or 0xBA6F63) is known color: Contessa. HEX triplet: BA, 6F and 63. RGB value is (186,111,99). Sum of RGB (Red+Green+Blue) = 186+111+99=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F63 is #45909C. Grayscale: #848484. Windows color (decimal): -4559005 or 6516666. OLE color: 6516666.

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

Color convert

RGB 186 111 99 -
CMYK 0 0.40 0.47 0.27
HSL 8.28º 0.39% 0.56% -
HSV(B) 8.28º 0.47% 0.73% -
XYZ 28.19 22.71 14.7 -
YUV 132.06 109.35 166.48 -
System Red Green Blue C M Y K H S L
Decimal 186 111 99 0 0.40 0.47 0.27 8.28 0.39 0.56
Hex BA 6F 63 0 28 2F 1B 8 27 38
Octal 272 157 143 0 50 57 33 10 47 70
Binary 10111010 1101111 1100011 0 101000 101111 11011 1000 100111 111000

Color Harmonies of #BA6F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F63

Black with #BA6F63

Text Example


Text Example

White with #BA6F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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