Html Css Color HEX #BA685F Contessa

📋 copy color: '#BA685F'

red 186 ◦ green 104 ◦ blue 95

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

Shades of Contessa #BA685F

Tints of Contessa #BA685F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.01%

 BLUE value IS 95 (37.5% from 255) = 24.68%

R = 48.31%
G = 27.01%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA685F (or 0xBA685F) is known color: Contessa. HEX triplet: BA, 68 and 5F. RGB value is (186,104,95). Sum of RGB (Red+Green+Blue) = 186+104+95=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA685F is #4597A0. Grayscale: #7F7F7F. Windows color (decimal): -4560801 or 6252730. OLE color: 6252730.

HSL color Cylindrical-coordinate representation of color #BA685F: hue angle of 5.93º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA685F is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 104 95 -
CMYK 0 0.44 0.49 0.27
HSL 5.93º 0.4% 0.55% -
HSV(B) 5.93º 0.49% 0.73% -
XYZ 27.27 21.17 13.47 -
YUV 127.49 109.67 169.73 -
System Red Green Blue C M Y K H S L
Decimal 186 104 95 0 0.44 0.49 0.27 5.93 0.4 0.55
Hex BA 68 5F 0 2C 31 1B 6 28 37
Octal 272 150 137 0 54 61 33 6 50 67
Binary 10111010 1101000 1011111 0 101100 110001 11011 110 101000 110111

Color Harmonies of #BA685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA685F

Black with #BA685F

Text Example


Text Example

White with #BA685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA685F; }

 p { color: rgb(186,104,95); }

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

background-color css

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

 a { background-color: rgb(186,104,95); }

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

border-color css

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

 span { border-color: rgb(186,104,95); }

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