Html Css Color HEX #BA7260 Contessa

📋 copy color: '#BA7260'

red 186 ◦ green 114 ◦ blue 96

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

Shades of Contessa #BA7260

Tints of Contessa #BA7260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.24%

R = 46.97%
G = 28.79%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA7260 (or 0xBA7260) is known color: Contessa. HEX triplet: BA, 72 and 60. RGB value is (186,114,96). Sum of RGB (Red+Green+Blue) = 186+114+96=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7260 is #458D9F. Grayscale: #858585. Windows color (decimal): -4558240 or 6320826. OLE color: 6320826.

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

Color convert

RGB 186 114 96 -
CMYK 0 0.39 0.48 0.27
HSL 12º 0.39% 0.55% -
HSV(B) 12º 0.48% 0.73% -
XYZ 28.38 23.32 14.07 -
YUV 133.48 106.85 165.46 -
System Red Green Blue C M Y K H S L
Decimal 186 114 96 0 0.39 0.48 0.27 12 0.39 0.55
Hex BA 72 60 0 27 30 1B C 27 37
Octal 272 162 140 0 47 60 33 14 47 67
Binary 10111010 1110010 1100000 0 100111 110000 11011 1100 100111 110111

Color Harmonies of #BA7260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7260

Black with #BA7260

Text Example


Text Example

White with #BA7260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7260; }

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

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

background-color css

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

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

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

border-color css

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

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

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