Html Css Color HEX #BE7868 Contessa

📋 copy color: '#BE7868'

red 190 ◦ green 120 ◦ blue 104

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

Shades of Contessa #BE7868

Tints of Contessa #BE7868

RGB

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

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

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

R = 45.89%
G = 28.99%
B = 25.12%

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

#BE7868 (or 0xBE7868) is known color: Contessa. HEX triplet: BE, 78 and 68. RGB value is (190,120,104). Sum of RGB (Red+Green+Blue) = 190+120+104=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7868 is #418797. Grayscale: #8B8B8B. Windows color (decimal): -4294552 or 6846654. OLE color: 6846654.

HSL color Cylindrical-coordinate representation of color #BE7868: hue angle of 11.16º 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 #BE7868 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 120 104 -
CMYK 0 0.37 0.45 0.25
HSL 11.16º 0.4% 0.58% -
HSV(B) 11.16º 0.45% 0.75% -
XYZ 30.45 25.38 16.39 -
YUV 139.11 108.19 164.3 -
System Red Green Blue C M Y K H S L
Decimal 190 120 104 0 0.37 0.45 0.25 11.16 0.4 0.58
Hex BE 78 68 0 25 2D 19 B 28 3A
Octal 276 170 150 0 45 55 31 13 50 72
Binary 10111110 1111000 1101000 0 100101 101101 11001 1011 101000 111010

Color Harmonies of #BE7868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7868

Black with #BE7868

Text Example


Text Example

White with #BE7868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7868; }

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

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

background-color css

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

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

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

border-color css

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

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

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