Html Css Color HEX #BE7564 Contessa

📋 copy color: '#BE7564'

red 190 ◦ green 117 ◦ blue 100

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

Shades of Contessa #BE7564

Tints of Contessa #BE7564

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.75%

 BLUE value IS 100 (39.45% from 255) = 24.57%

R = 46.68%
G = 28.75%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE7564 (or 0xBE7564) is known color: Contessa. HEX triplet: BE, 75 and 64. RGB value is (190,117,100). Sum of RGB (Red+Green+Blue) = 190+117+100=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7564 is #418A9B. Grayscale: #898989. Windows color (decimal): -4295324 or 6583742. OLE color: 6583742.

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

Color convert

RGB 190 117 100 -
CMYK 0 0.38 0.47 0.25
HSL 11.33º 0.41% 0.57% -
HSV(B) 11.33º 0.47% 0.75% -
XYZ 29.9 24.59 15.23 -
YUV 136.89 107.18 165.88 -
System Red Green Blue C M Y K H S L
Decimal 190 117 100 0 0.38 0.47 0.25 11.33 0.41 0.57
Hex BE 75 64 0 26 2F 19 B 29 39
Octal 276 165 144 0 46 57 31 13 51 71
Binary 10111110 1110101 1100100 0 100110 101111 11001 1011 101001 111001

Color Harmonies of #BE7564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7564

Black with #BE7564

Text Example


Text Example

White with #BE7564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7564; }

 p { color: rgb(190,117,100); }

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

background-color css

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

 a { background-color: rgb(190,117,100); }

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

border-color css

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

 span { border-color: rgb(190,117,100); }

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