Html Css Color HEX #BA7265 Contessa

📋 copy color: '#BA7265'

red 186 ◦ green 114 ◦ blue 101

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

Shades of Contessa #BA7265

Tints of Contessa #BA7265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.43%

 BLUE value IS 101 (39.84% from 255) = 25.19%

R = 46.38%
G = 28.43%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA7265 (or 0xBA7265) is known color: Contessa. HEX triplet: BA, 72 and 65. RGB value is (186,114,101). Sum of RGB (Red+Green+Blue) = 186+114+101=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7265 is #458D9A. Grayscale: #868686. Windows color (decimal): -4558235 or 6648506. OLE color: 6648506.

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

Color convert

RGB 186 114 101 -
CMYK 0 0.39 0.46 0.27
HSL 9.18º 0.38% 0.56% -
HSV(B) 9.18º 0.46% 0.73% -
XYZ 28.62 23.41 15.32 -
YUV 134.05 109.35 165.06 -
System Red Green Blue C M Y K H S L
Decimal 186 114 101 0 0.39 0.46 0.27 9.18 0.38 0.56
Hex BA 72 65 0 27 2E 1B 9 26 38
Octal 272 162 145 0 47 56 33 11 46 70
Binary 10111010 1110010 1100101 0 100111 101110 11011 1001 100110 111000

Color Harmonies of #BA7265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7265

Black with #BA7265

Text Example


Text Example

White with #BA7265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7265; }

 p { color: rgb(186,114,101); }

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

background-color css

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

 a { background-color: rgb(186,114,101); }

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

border-color css

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

 span { border-color: rgb(186,114,101); }

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