Html Css Color HEX #BA735F Contessa

📋 copy color: '#BA735F'

red 186 ◦ green 115 ◦ blue 95

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

Shades of Contessa #BA735F

Tints of Contessa #BA735F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.99%

R = 46.97%
G = 29.04%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA735F (or 0xBA735F) is known color: Contessa. HEX triplet: BA, 73 and 5F. RGB value is (186,115,95). Sum of RGB (Red+Green+Blue) = 186+115+95=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA735F is #458CA0. Grayscale: #868686. Windows color (decimal): -4557985 or 6255546. OLE color: 6255546.

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

Color convert

RGB 186 115 95 -
CMYK 0 0.38 0.49 0.27
HSL 13.19º 0.4% 0.55% -
HSV(B) 13.19º 0.49% 0.73% -
XYZ 28.45 23.53 13.87 -
YUV 133.95 106.02 165.13 -
System Red Green Blue C M Y K H S L
Decimal 186 115 95 0 0.38 0.49 0.27 13.19 0.4 0.55
Hex BA 73 5F 0 26 31 1B D 28 37
Octal 272 163 137 0 46 61 33 15 50 67
Binary 10111010 1110011 1011111 0 100110 110001 11011 1101 101000 110111

Color Harmonies of #BA735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA735F

Black with #BA735F

Text Example


Text Example

White with #BA735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA735F; }

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

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

background-color css

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

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

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

border-color css

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

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

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