Html Css Color HEX #BE7062 Contessa

📋 copy color: '#BE7062'

red 190 ◦ green 112 ◦ blue 98

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

Shades of Contessa #BE7062

Tints of Contessa #BE7062

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28%

 BLUE value IS 98 (38.67% from 255) = 24.5%

R = 47.5%
G = 28%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE7062 (or 0xBE7062) is known color: Contessa. HEX triplet: BE, 70 and 62. RGB value is (190,112,98). Sum of RGB (Red+Green+Blue) = 190+112+98=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7062 is #418F9D. Grayscale: #858585. Windows color (decimal): -4296606 or 6451390. OLE color: 6451390.

HSL color Cylindrical-coordinate representation of color #BE7062: hue angle of 9.13º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE7062 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 112 98 -
CMYK 0 0.41 0.48 0.25
HSL 9.13º 0.41% 0.56% -
HSV(B) 9.13º 0.48% 0.75% -
XYZ 29.23 23.42 14.53 -
YUV 133.73 107.84 168.14 -
System Red Green Blue C M Y K H S L
Decimal 190 112 98 0 0.41 0.48 0.25 9.13 0.41 0.56
Hex BE 70 62 0 29 30 19 9 29 38
Octal 276 160 142 0 51 60 31 11 51 70
Binary 10111110 1110000 1100010 0 101001 110000 11001 1001 101001 111000

Color Harmonies of #BE7062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7062

Black with #BE7062

Text Example


Text Example

White with #BE7062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7062; }

 p { color: rgb(190,112,98); }

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

background-color css

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

 a { background-color: rgb(190,112,98); }

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

border-color css

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

 span { border-color: rgb(190,112,98); }

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