Html Css Color HEX #BE7768 Contessa

📋 copy color: '#BE7768'

red 190 ◦ green 119 ◦ blue 104

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

Shades of Contessa #BE7768

Tints of Contessa #BE7768

RGB

 RED value IS 190 (74.61% from 255) = 46%

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

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

R = 46%
G = 28.81%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE7768 (or 0xBE7768) is known color: Contessa. HEX triplet: BE, 77 and 68. RGB value is (190,119,104). Sum of RGB (Red+Green+Blue) = 190+119+104=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7768 is #418897. Grayscale: #8A8A8A. Windows color (decimal): -4294808 or 6846398. OLE color: 6846398.

HSL color Cylindrical-coordinate representation of color #BE7768: hue angle of 10.47º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE7768 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 119 104 -
CMYK 0 0.37 0.45 0.25
HSL 10.47º 0.4% 0.58% -
HSV(B) 10.47º 0.45% 0.75% -
XYZ 30.33 25.14 16.35 -
YUV 138.52 108.52 164.72 -
System Red Green Blue C M Y K H S L
Decimal 190 119 104 0 0.37 0.45 0.25 10.47 0.4 0.58
Hex BE 77 68 0 25 2D 19 A 28 3A
Octal 276 167 150 0 45 55 31 12 50 72
Binary 10111110 1110111 1101000 0 100101 101101 11001 1010 101000 111010

Color Harmonies of #BE7768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7768

Black with #BE7768

Text Example


Text Example

White with #BE7768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7768; }

 p { color: rgb(190,119,104); }

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

background-color css

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

 a { background-color: rgb(190,119,104); }

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

border-color css

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

 span { border-color: rgb(190,119,104); }

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