Html Css Color HEX #BA736D Contessa

📋 copy color: '#BA736D'

red 186 ◦ green 115 ◦ blue 109

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

Shades of Contessa #BA736D

Tints of Contessa #BA736D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.05%

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

R = 45.37%
G = 28.05%
B = 26.59%

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

#BA736D (or 0xBA736D) is known color: Contessa. HEX triplet: BA, 73 and 6D. RGB value is (186,115,109). Sum of RGB (Red+Green+Blue) = 186+115+109=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA736D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA736D is #458C92. Grayscale: #878787. Windows color (decimal): -4557971 or 7173050. OLE color: 7173050.

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

Color convert

RGB 186 115 109 -
CMYK 0 0.38 0.41 0.27
HSL 4.68º 0.36% 0.58% -
HSV(B) 4.68º 0.41% 0.73% -
XYZ 29.14 23.8 17.53 -
YUV 135.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 186 115 109 0 0.38 0.41 0.27 4.68 0.36 0.58
Hex BA 73 6D 0 26 29 1B 5 24 3A
Octal 272 163 155 0 46 51 33 5 44 72
Binary 10111010 1110011 1101101 0 100110 101001 11011 101 100100 111010

Color Harmonies of #BA736D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA736D

Black with #BA736D

Text Example


Text Example

White with #BA736D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA736D; }

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

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

background-color css

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

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

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

border-color css

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

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

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