Html Css Color HEX #BA7461 Contessa

📋 copy color: '#BA7461'

red 186 ◦ green 116 ◦ blue 97

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

Shades of Contessa #BA7461

Tints of Contessa #BA7461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.07%

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

R = 46.62%
G = 29.07%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA7461 (or 0xBA7461) is known color: Contessa. HEX triplet: BA, 74 and 61. RGB value is (186,116,97). Sum of RGB (Red+Green+Blue) = 186+116+97=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7461 is #458B9E. Grayscale: #868686. Windows color (decimal): -4557727 or 6386874. OLE color: 6386874.

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

Color convert

RGB 186 116 97 -
CMYK 0 0.38 0.48 0.27
HSL 12.81º 0.39% 0.55% -
HSV(B) 12.81º 0.48% 0.73% -
XYZ 28.65 23.79 14.39 -
YUV 134.76 106.69 164.54 -
System Red Green Blue C M Y K H S L
Decimal 186 116 97 0 0.38 0.48 0.27 12.81 0.39 0.55
Hex BA 74 61 0 26 30 1B D 27 37
Octal 272 164 141 0 46 60 33 15 47 67
Binary 10111010 1110100 1100001 0 100110 110000 11011 1101 100111 110111

Color Harmonies of #BA7461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7461

Black with #BA7461

Text Example


Text Example

White with #BA7461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7461; }

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

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

background-color css

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

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

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

border-color css

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

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

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