Html Css Color HEX #BA7874 Contessa

📋 copy color: '#BA7874'

red 186 ◦ green 120 ◦ blue 116

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

Shades of Contessa #BA7874

Tints of Contessa #BA7874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.44%

 BLUE value IS 116 (45.7% from 255) = 27.49%

R = 44.08%
G = 28.44%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA7874 (or 0xBA7874) is known color: Contessa. HEX triplet: BA, 78 and 74. RGB value is (186,120,116). Sum of RGB (Red+Green+Blue) = 186+120+116=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7874 is #45878B. Grayscale: #8B8B8B. Windows color (decimal): -4556684 or 7633082. OLE color: 7633082.

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

Color convert

RGB 186 120 116 -
CMYK 0 0.35 0.38 0.27
HSL 3.43º 0.34% 0.59% -
HSV(B) 3.43º 0.38% 0.73% -
XYZ 30.12 25.13 19.79 -
YUV 139.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 186 120 116 0 0.35 0.38 0.27 3.43 0.34 0.59
Hex BA 78 74 0 23 26 1B 3 22 3B
Octal 272 170 164 0 43 46 33 3 42 73
Binary 10111010 1111000 1110100 0 100011 100110 11011 11 100010 111011

Color Harmonies of #BA7874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7874

Black with #BA7874

Text Example


Text Example

White with #BA7874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7874; }

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

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

background-color css

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

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

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

border-color css

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

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

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