Html Css Color HEX #BE7063 Contessa

📋 copy color: '#BE7063'

red 190 ◦ green 112 ◦ blue 99

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

Shades of Contessa #BE7063

Tints of Contessa #BE7063

RGB

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

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

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

R = 47.38%
G = 27.93%
B = 24.69%

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

#BE7063 (or 0xBE7063) is known color: Contessa. HEX triplet: BE, 70 and 63. RGB value is (190,112,99). Sum of RGB (Red+Green+Blue) = 190+112+99=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7063 is #418F9C. Grayscale: #858585. Windows color (decimal): -4296605 or 6516926. OLE color: 6516926.

HSL color Cylindrical-coordinate representation of color #BE7063: hue angle of 8.57º 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 #BE7063 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 112 99 -
CMYK 0 0.41 0.48 0.25
HSL 8.57º 0.41% 0.57% -
HSV(B) 8.57º 0.48% 0.75% -
XYZ 29.28 23.44 14.78 -
YUV 133.84 108.34 168.06 -
System Red Green Blue C M Y K H S L
Decimal 190 112 99 0 0.41 0.48 0.25 8.57 0.41 0.57
Hex BE 70 63 0 29 30 19 9 29 39
Octal 276 160 143 0 51 60 31 11 51 71
Binary 10111110 1110000 1100011 0 101001 110000 11001 1001 101001 111001

Color Harmonies of #BE7063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7063

Black with #BE7063

Text Example


Text Example

White with #BE7063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7063; }

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

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

background-color css

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

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

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

border-color css

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

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

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