Html Css Color HEX #BA746D Contessa

📋 copy color: '#BA746D'

red 186 ◦ green 116 ◦ blue 109

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

Shades of Contessa #BA746D

Tints of Contessa #BA746D

RGB

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

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

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

R = 45.26%
G = 28.22%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA746D (or 0xBA746D) is known color: Contessa. HEX triplet: BA, 74 and 6D. RGB value is (186,116,109). Sum of RGB (Red+Green+Blue) = 186+116+109=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA746D is #458B92. Grayscale: #888888. Windows color (decimal): -4557715 or 7173306. OLE color: 7173306.

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

Color convert

RGB 186 116 109 -
CMYK 0 0.38 0.41 0.27
HSL 5.45º 0.36% 0.58% -
HSV(B) 5.45º 0.41% 0.73% -
XYZ 29.26 24.03 17.57 -
YUV 136.13 112.69 163.57 -
System Red Green Blue C M Y K H S L
Decimal 186 116 109 0 0.38 0.41 0.27 5.45 0.36 0.58
Hex BA 74 6D 0 26 29 1B 5 24 3A
Octal 272 164 155 0 46 51 33 5 44 72
Binary 10111010 1110100 1101101 0 100110 101001 11011 101 100100 111010

Color Harmonies of #BA746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA746D

Black with #BA746D

Text Example


Text Example

White with #BA746D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA746D; }

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

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

background-color css

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

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

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

border-color css

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

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

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