Html Css Color HEX #BA756D Contessa

📋 copy color: '#BA756D'

red 186 ◦ green 117 ◦ blue 109

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

Shades of Contessa #BA756D

Tints of Contessa #BA756D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.46%

R = 45.15%
G = 28.4%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA756D (or 0xBA756D) is known color: Contessa. HEX triplet: BA, 75 and 6D. RGB value is (186,117,109). Sum of RGB (Red+Green+Blue) = 186+117+109=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA756D is #458A92. Grayscale: #888888. Windows color (decimal): -4557459 or 7173562. OLE color: 7173562.

HSL color Cylindrical-coordinate representation of color #BA756D: hue angle of 6.23º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA756D is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 117 109 -
CMYK 0 0.37 0.41 0.27
HSL 6.23º 0.36% 0.58% -
HSV(B) 6.23º 0.41% 0.73% -
XYZ 29.37 24.27 17.6 -
YUV 136.72 112.36 163.15 -
System Red Green Blue C M Y K H S L
Decimal 186 117 109 0 0.37 0.41 0.27 6.23 0.36 0.58
Hex BA 75 6D 0 25 29 1B 6 24 3A
Octal 272 165 155 0 45 51 33 6 44 72
Binary 10111010 1110101 1101101 0 100101 101001 11011 110 100100 111010

Color Harmonies of #BA756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA756D

Black with #BA756D

Text Example


Text Example

White with #BA756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA756D; }

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

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

background-color css

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

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

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

border-color css

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

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

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