Html Css Color HEX #BE7263 Contessa

📋 copy color: '#BE7263'

red 190 ◦ green 114 ◦ blue 99

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

Shades of Contessa #BE7263

Tints of Contessa #BE7263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.57%

R = 47.15%
G = 28.29%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE7263 (or 0xBE7263) is known color: Contessa. HEX triplet: BE, 72 and 63. RGB value is (190,114,99). Sum of RGB (Red+Green+Blue) = 190+114+99=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7263 is #418D9C. Grayscale: #878787. Windows color (decimal): -4296093 or 6517438. OLE color: 6517438.

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

Color convert

RGB 190 114 99 -
CMYK 0 0.40 0.48 0.25
HSL 9.89º 0.41% 0.57% -
HSV(B) 9.89º 0.48% 0.75% -
XYZ 29.5 23.88 14.86 -
YUV 135.01 107.68 167.22 -
System Red Green Blue C M Y K H S L
Decimal 190 114 99 0 0.40 0.48 0.25 9.89 0.41 0.57
Hex BE 72 63 0 28 30 19 A 29 39
Octal 276 162 143 0 50 60 31 12 51 71
Binary 10111110 1110010 1100011 0 101000 110000 11001 1010 101001 111001

Color Harmonies of #BE7263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7263

Black with #BE7263

Text Example


Text Example

White with #BE7263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7263; }

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

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

background-color css

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

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

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

border-color css

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

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

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