Html Css Color HEX #BE7465 Contessa

📋 copy color: '#BE7465'

red 190 ◦ green 116 ◦ blue 101

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

Shades of Contessa #BE7465

Tints of Contessa #BE7465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.5%

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

R = 46.68%
G = 28.5%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE7465 (or 0xBE7465) is known color: Contessa. HEX triplet: BE, 74 and 65. RGB value is (190,116,101). Sum of RGB (Red+Green+Blue) = 190+116+101=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7465 is #418B9A. Grayscale: #888888. Windows color (decimal): -4295579 or 6649022. OLE color: 6649022.

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

Color convert

RGB 190 116 101 -
CMYK 0 0.39 0.47 0.25
HSL 10.11º 0.41% 0.57% -
HSV(B) 10.11º 0.47% 0.75% -
XYZ 29.83 24.38 15.45 -
YUV 136.42 108.02 166.22 -
System Red Green Blue C M Y K H S L
Decimal 190 116 101 0 0.39 0.47 0.25 10.11 0.41 0.57
Hex BE 74 65 0 27 2F 19 A 29 39
Octal 276 164 145 0 47 57 31 12 51 71
Binary 10111110 1110100 1100101 0 100111 101111 11001 1010 101001 111001

Color Harmonies of #BE7465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7465

Black with #BE7465

Text Example


Text Example

White with #BE7465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7465; }

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

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

background-color css

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

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

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

border-color css

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

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

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