Html Css Color HEX #BE7260 Contessa

📋 copy color: '#BE7260'

red 190 ◦ green 114 ◦ blue 96

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

Shades of Contessa #BE7260

Tints of Contessa #BE7260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.5%

 BLUE value IS 96 (37.89% from 255) = 24%

R = 47.5%
G = 28.5%
B = 24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE7260 (or 0xBE7260) is known color: Contessa. HEX triplet: BE, 72 and 60. RGB value is (190,114,96). Sum of RGB (Red+Green+Blue) = 190+114+96=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7260 is #418D9F. Grayscale: #868686. Windows color (decimal): -4296096 or 6320830. OLE color: 6320830.

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

Color convert

RGB 190 114 96 -
CMYK 0 0.40 0.49 0.25
HSL 11.49º 0.42% 0.56% -
HSV(B) 11.49º 0.49% 0.75% -
XYZ 29.36 23.83 14.12 -
YUV 134.67 106.18 167.46 -
System Red Green Blue C M Y K H S L
Decimal 190 114 96 0 0.40 0.49 0.25 11.49 0.42 0.56
Hex BE 72 60 0 28 31 19 B 2A 38
Octal 276 162 140 0 50 61 31 13 52 70
Binary 10111110 1110010 1100000 0 101000 110001 11001 1011 101010 111000

Color Harmonies of #BE7260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7260

Black with #BE7260

Text Example


Text Example

White with #BE7260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7260; }

 p { color: rgb(190,114,96); }

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

background-color css

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

 a { background-color: rgb(190,114,96); }

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

border-color css

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

 span { border-color: rgb(190,114,96); }

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