Html Css Color HEX #BA745D Contessa

📋 copy color: '#BA745D'

red 186 ◦ green 116 ◦ blue 93

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

Shades of Contessa #BA745D

Tints of Contessa #BA745D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.54%

R = 47.09%
G = 29.37%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA745D (or 0xBA745D) is known color: Contessa. HEX triplet: BA, 74 and 5D. RGB value is (186,116,93). Sum of RGB (Red+Green+Blue) = 186+116+93=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA745D is #458BA2. Grayscale: #868686. Windows color (decimal): -4557731 or 6124730. OLE color: 6124730.

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

Color convert

RGB 186 116 93 -
CMYK 0 0.38 0.5 0.27
HSL 14.84º 0.4% 0.55% -
HSV(B) 14.84º 0.5% 0.73% -
XYZ 28.47 23.72 13.43 -
YUV 134.31 104.69 164.87 -
System Red Green Blue C M Y K H S L
Decimal 186 116 93 0 0.38 0.5 0.27 14.84 0.4 0.55
Hex BA 74 5D 0 26 32 1B F 28 37
Octal 272 164 135 0 46 62 33 17 50 67
Binary 10111010 1110100 1011101 0 100110 110010 11011 1111 101000 110111

Color Harmonies of #BA745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA745D

Black with #BA745D

Text Example


Text Example

White with #BA745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA745D; }

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

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

background-color css

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

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

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

border-color css

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

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

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