Html Css Color HEX #BA7670 Contessa

📋 copy color: '#BA7670'

red 186 ◦ green 118 ◦ blue 112

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

Shades of Contessa #BA7670

Tints of Contessa #BA7670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.37%

 BLUE value IS 112 (44.14% from 255) = 26.92%

R = 44.71%
G = 28.37%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA7670 (or 0xBA7670) is known color: Contessa. HEX triplet: BA, 76 and 70. RGB value is (186,118,112). Sum of RGB (Red+Green+Blue) = 186+118+112=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7670 is #45898F. Grayscale: #898989. Windows color (decimal): -4557200 or 7370426. OLE color: 7370426.

HSL color Cylindrical-coordinate representation of color #BA7670: hue angle of 4.86º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA7670 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 118 112 -
CMYK 0 0.37 0.40 0.27
HSL 4.86º 0.35% 0.58% -
HSV(B) 4.86º 0.4% 0.73% -
XYZ 29.65 24.57 18.51 -
YUV 137.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 186 118 112 0 0.37 0.40 0.27 4.86 0.35 0.58
Hex BA 76 70 0 25 28 1B 5 23 3A
Octal 272 166 160 0 45 50 33 5 43 72
Binary 10111010 1110110 1110000 0 100101 101000 11011 101 100011 111010

Color Harmonies of #BA7670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7670

Black with #BA7670

Text Example


Text Example

White with #BA7670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7670; }

 p { color: rgb(186,118,112); }

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

background-color css

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

 a { background-color: rgb(186,118,112); }

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

border-color css

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

 span { border-color: rgb(186,118,112); }

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