Html Css Color HEX #BA7367 Contessa

📋 copy color: '#BA7367'

red 186 ◦ green 115 ◦ blue 103

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

Shades of Contessa #BA7367

Tints of Contessa #BA7367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.5%

R = 46.04%
G = 28.47%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BA7367 (or 0xBA7367) is known color: Contessa. HEX triplet: BA, 73 and 67. RGB value is (186,115,103). Sum of RGB (Red+Green+Blue) = 186+115+103=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7367 is #458C98. Grayscale: #868686. Windows color (decimal): -4557977 or 6779834. OLE color: 6779834.

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

Color convert

RGB 186 115 103 -
CMYK 0 0.38 0.45 0.27
HSL 8.67º 0.38% 0.57% -
HSV(B) 8.67º 0.45% 0.73% -
XYZ 28.83 23.68 15.88 -
YUV 134.86 110.02 164.48 -
System Red Green Blue C M Y K H S L
Decimal 186 115 103 0 0.38 0.45 0.27 8.67 0.38 0.57
Hex BA 73 67 0 26 2D 1B 9 26 39
Octal 272 163 147 0 46 55 33 11 46 71
Binary 10111010 1110011 1100111 0 100110 101101 11011 1001 100110 111001

Color Harmonies of #BA7367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7367

Black with #BA7367

Text Example


Text Example

White with #BA7367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7367; }

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

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

background-color css

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

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

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

border-color css

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

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

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