Html Css Color HEX #BA7767 Contessa

📋 copy color: '#BA7767'

red 186 ◦ green 119 ◦ blue 103

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

Shades of Contessa #BA7767

Tints of Contessa #BA7767

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.17%

 BLUE value IS 103 (40.63% from 255) = 25.25%

R = 45.59%
G = 29.17%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BA7767 (or 0xBA7767) is known color: Contessa. HEX triplet: BA, 77 and 67. RGB value is (186,119,103). Sum of RGB (Red+Green+Blue) = 186+119+103=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7767 is #458898. Grayscale: #898989. Windows color (decimal): -4556953 or 6780858. OLE color: 6780858.

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

Color convert

RGB 186 119 103 -
CMYK 0 0.36 0.45 0.27
HSL 11.57º 0.38% 0.57% -
HSV(B) 11.57º 0.45% 0.73% -
XYZ 29.29 24.61 16.04 -
YUV 137.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 186 119 103 0 0.36 0.45 0.27 11.57 0.38 0.57
Hex BA 77 67 0 24 2D 1B C 26 39
Octal 272 167 147 0 44 55 33 14 46 71
Binary 10111010 1110111 1100111 0 100100 101101 11011 1100 100110 111001

Color Harmonies of #BA7767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7767

Black with #BA7767

Text Example


Text Example

White with #BA7767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7767; }

 p { color: rgb(186,119,103); }

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

background-color css

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

 a { background-color: rgb(186,119,103); }

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

border-color css

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

 span { border-color: rgb(186,119,103); }

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