Html Css Color HEX #BA7261 Contessa

📋 copy color: '#BA7261'

red 186 ◦ green 114 ◦ blue 97

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

Shades of Contessa #BA7261

Tints of Contessa #BA7261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.43%

R = 46.85%
G = 28.72%
B = 24.43%

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

#BA7261 (or 0xBA7261) is known color: Contessa. HEX triplet: BA, 72 and 61. RGB value is (186,114,97). Sum of RGB (Red+Green+Blue) = 186+114+97=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7261 is #458D9E. Grayscale: #858585. Windows color (decimal): -4558239 or 6386362. OLE color: 6386362.

HSL color Cylindrical-coordinate representation of color #BA7261: hue angle of 11.46º 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 #BA7261 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 114 97 -
CMYK 0 0.39 0.48 0.27
HSL 11.46º 0.39% 0.55% -
HSV(B) 11.46º 0.48% 0.73% -
XYZ 28.42 23.34 14.32 -
YUV 133.59 107.35 165.38 -
System Red Green Blue C M Y K H S L
Decimal 186 114 97 0 0.39 0.48 0.27 11.46 0.39 0.55
Hex BA 72 61 0 27 30 1B B 27 37
Octal 272 162 141 0 47 60 33 13 47 67
Binary 10111010 1110010 1100001 0 100111 110000 11011 1011 100111 110111

Color Harmonies of #BA7261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7261

Black with #BA7261

Text Example


Text Example

White with #BA7261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7261; }

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

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

background-color css

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

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

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

border-color css

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

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

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