Html Css Color HEX #BE7866 Contessa

📋 copy color: '#BE7866'

red 190 ◦ green 120 ◦ blue 102

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

Shades of Contessa #BE7866

Tints of Contessa #BE7866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.76%

R = 46.12%
G = 29.13%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE7866 (or 0xBE7866) is known color: Contessa. HEX triplet: BE, 78 and 66. RGB value is (190,120,102). Sum of RGB (Red+Green+Blue) = 190+120+102=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7866 is #418799. Grayscale: #8B8B8B. Windows color (decimal): -4294554 or 6715582. OLE color: 6715582.

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

Color convert

RGB 190 120 102 -
CMYK 0 0.37 0.46 0.25
HSL 12.27º 0.4% 0.57% -
HSV(B) 12.27º 0.46% 0.75% -
XYZ 30.35 25.34 15.86 -
YUV 138.88 107.19 164.46 -
System Red Green Blue C M Y K H S L
Decimal 190 120 102 0 0.37 0.46 0.25 12.27 0.4 0.57
Hex BE 78 66 0 25 2E 19 C 28 39
Octal 276 170 146 0 45 56 31 14 50 71
Binary 10111110 1111000 1100110 0 100101 101110 11001 1100 101000 111001

Color Harmonies of #BE7866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7866

Black with #BE7866

Text Example


Text Example

White with #BE7866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7866; }

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

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

background-color css

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

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

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

border-color css

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

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

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