Html Css Color HEX #BA7C68 Contessa

📋 copy color: '#BA7C68'

red 186 ◦ green 124 ◦ blue 104

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

Shades of Contessa #BA7C68

Tints of Contessa #BA7C68

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.95%

 BLUE value IS 104 (41.02% from 255) = 25.12%

R = 44.93%
G = 29.95%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BA7C68 (or 0xBA7C68) is known color: Contessa. HEX triplet: BA, 7C and 68. RGB value is (186,124,104). Sum of RGB (Red+Green+Blue) = 186+124+104=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C68 is #458397. Grayscale: #8C8C8C. Windows color (decimal): -4555672 or 6847674. OLE color: 6847674.

HSL color Cylindrical-coordinate representation of color #BA7C68: hue angle of 14.63º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA7C68 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 124 104 -
CMYK 0 0.33 0.44 0.27
HSL 14.63º 0.37% 0.57% -
HSV(B) 14.63º 0.44% 0.73% -
XYZ 29.96 25.85 16.51 -
YUV 140.26 107.54 160.63 -
System Red Green Blue C M Y K H S L
Decimal 186 124 104 0 0.33 0.44 0.27 14.63 0.37 0.57
Hex BA 7C 68 0 21 2C 1B F 25 39
Octal 272 174 150 0 41 54 33 17 45 71
Binary 10111010 1111100 1101000 0 100001 101100 11011 1111 100101 111001

Color Harmonies of #BA7C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C68

Black with #BA7C68

Text Example


Text Example

White with #BA7C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C68; }

 p { color: rgb(186,124,104); }

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

background-color css

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

 a { background-color: rgb(186,124,104); }

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

border-color css

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

 span { border-color: rgb(186,124,104); }

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