Html Css Color HEX #BE7065 Contessa

📋 copy color: '#BE7065'

red 190 ◦ green 112 ◦ blue 101

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

Shades of Contessa #BE7065

Tints of Contessa #BE7065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.06%

R = 47.15%
G = 27.79%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE7065 (or 0xBE7065) is known color: Contessa. HEX triplet: BE, 70 and 65. RGB value is (190,112,101). Sum of RGB (Red+Green+Blue) = 190+112+101=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7065 is #418F9A. Grayscale: #868686. Windows color (decimal): -4296603 or 6647998. OLE color: 6647998.

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

Color convert

RGB 190 112 101 -
CMYK 0 0.41 0.47 0.25
HSL 7.42º 0.41% 0.57% -
HSV(B) 7.42º 0.47% 0.75% -
XYZ 29.38 23.48 15.29 -
YUV 134.07 109.34 167.89 -
System Red Green Blue C M Y K H S L
Decimal 190 112 101 0 0.41 0.47 0.25 7.42 0.41 0.57
Hex BE 70 65 0 29 2F 19 7 29 39
Octal 276 160 145 0 51 57 31 7 51 71
Binary 10111110 1110000 1100101 0 101001 101111 11001 111 101001 111001

Color Harmonies of #BE7065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7065

Black with #BE7065

Text Example


Text Example

White with #BE7065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7065; }

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

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

background-color css

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

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

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

border-color css

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

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

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