Html Css Color HEX #BE7764 Contessa

📋 copy color: '#BE7764'

red 190 ◦ green 119 ◦ blue 100

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

Shades of Contessa #BE7764

Tints of Contessa #BE7764

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.1%

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

R = 46.45%
G = 29.1%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE7764 (or 0xBE7764) is known color: Contessa. HEX triplet: BE, 77 and 64. RGB value is (190,119,100). Sum of RGB (Red+Green+Blue) = 190+119+100=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7764 is #41889B. Grayscale: #8A8A8A. Windows color (decimal): -4294812 or 6584254. OLE color: 6584254.

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

Color convert

RGB 190 119 100 -
CMYK 0 0.37 0.47 0.25
HSL 12.67º 0.41% 0.57% -
HSV(B) 12.67º 0.47% 0.75% -
XYZ 30.13 25.06 15.31 -
YUV 138.06 106.52 165.04 -
System Red Green Blue C M Y K H S L
Decimal 190 119 100 0 0.37 0.47 0.25 12.67 0.41 0.57
Hex BE 77 64 0 25 2F 19 D 29 39
Octal 276 167 144 0 45 57 31 15 51 71
Binary 10111110 1110111 1100100 0 100101 101111 11001 1101 101001 111001

Color Harmonies of #BE7764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7764

Black with #BE7764

Text Example


Text Example

White with #BE7764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7764; }

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

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

background-color css

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

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

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

border-color css

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

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

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