Html Css Color HEX #BA755D Contessa

📋 copy color: '#BA755D'

red 186 ◦ green 117 ◦ blue 93

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

Shades of Contessa #BA755D

Tints of Contessa #BA755D

RGB

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

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

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

R = 46.97%
G = 29.55%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA755D (or 0xBA755D) is known color: Contessa. HEX triplet: BA, 75 and 5D. RGB value is (186,117,93). Sum of RGB (Red+Green+Blue) = 186+117+93=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA755D is #458AA2. Grayscale: #878787. Windows color (decimal): -4557475 or 6124986. OLE color: 6124986.

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

Color convert

RGB 186 117 93 -
CMYK 0 0.37 0.5 0.27
HSL 15.48º 0.4% 0.55% -
HSV(B) 15.48º 0.5% 0.73% -
XYZ 28.59 23.95 13.47 -
YUV 134.9 104.36 164.45 -
System Red Green Blue C M Y K H S L
Decimal 186 117 93 0 0.37 0.5 0.27 15.48 0.4 0.55
Hex BA 75 5D 0 25 32 1B F 28 37
Octal 272 165 135 0 45 62 33 17 50 67
Binary 10111010 1110101 1011101 0 100101 110010 11011 1111 101000 110111

Color Harmonies of #BA755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA755D

Black with #BA755D

Text Example


Text Example

White with #BA755D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA755D; }

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

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

background-color css

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

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

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

border-color css

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

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

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