Html Css Color HEX #BA736B Contessa

📋 copy color: '#BA736B'

red 186 ◦ green 115 ◦ blue 107

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

Shades of Contessa #BA736B

Tints of Contessa #BA736B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.23%

R = 45.59%
G = 28.19%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA736B (or 0xBA736B) is known color: Contessa. HEX triplet: BA, 73 and 6B. RGB value is (186,115,107). Sum of RGB (Red+Green+Blue) = 186+115+107=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA736B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA736B is #458C94. Grayscale: #878787. Windows color (decimal): -4557973 or 7041978. OLE color: 7041978.

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

Color convert

RGB 186 115 107 -
CMYK 0 0.38 0.42 0.27
HSL 6.08º 0.36% 0.57% -
HSV(B) 6.08º 0.42% 0.73% -
XYZ 29.03 23.76 16.97 -
YUV 135.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 186 115 107 0 0.38 0.42 0.27 6.08 0.36 0.57
Hex BA 73 6B 0 26 2A 1B 6 24 39
Octal 272 163 153 0 46 52 33 6 44 71
Binary 10111010 1110011 1101011 0 100110 101010 11011 110 100100 111001

Color Harmonies of #BA736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA736B

Black with #BA736B

Text Example


Text Example

White with #BA736B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA736B; }

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

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

background-color css

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

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

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

border-color css

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

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

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