Html Css Color HEX #BA745F Contessa

📋 copy color: '#BA745F'

red 186 ◦ green 116 ◦ blue 95

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

Shades of Contessa #BA745F

Tints of Contessa #BA745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.22%

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

R = 46.85%
G = 29.22%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA745F (or 0xBA745F) is known color: Contessa. HEX triplet: BA, 74 and 5F. RGB value is (186,116,95). Sum of RGB (Red+Green+Blue) = 186+116+95=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA745F is #458BA0. Grayscale: #868686. Windows color (decimal): -4557729 or 6255802. OLE color: 6255802.

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

Color convert

RGB 186 116 95 -
CMYK 0 0.38 0.49 0.27
HSL 13.85º 0.4% 0.55% -
HSV(B) 13.85º 0.49% 0.73% -
XYZ 28.56 23.76 13.91 -
YUV 134.54 105.69 164.71 -
System Red Green Blue C M Y K H S L
Decimal 186 116 95 0 0.38 0.49 0.27 13.85 0.4 0.55
Hex BA 74 5F 0 26 31 1B E 28 37
Octal 272 164 137 0 46 61 33 16 50 67
Binary 10111010 1110100 1011111 0 100110 110001 11011 1110 101000 110111

Color Harmonies of #BA745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA745F

Black with #BA745F

Text Example


Text Example

White with #BA745F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA745F; }

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

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

background-color css

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

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

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

border-color css

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

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

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