Html Css Color HEX #BE7964 Contessa

📋 copy color: '#BE7964'

red 190 ◦ green 121 ◦ blue 100

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

Shades of Contessa #BE7964

Tints of Contessa #BE7964

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.44%

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

R = 46.23%
G = 29.44%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE7964 (or 0xBE7964) is known color: Contessa. HEX triplet: BE, 79 and 64. RGB value is (190,121,100). Sum of RGB (Red+Green+Blue) = 190+121+100=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7964 is #41869B. Grayscale: #8B8B8B. Windows color (decimal): -4294300 or 6584766. OLE color: 6584766.

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

Color convert

RGB 190 121 100 -
CMYK 0 0.36 0.47 0.25
HSL 14º 0.41% 0.57% -
HSV(B) 14º 0.47% 0.75% -
XYZ 30.37 25.54 15.39 -
YUV 139.24 105.86 164.21 -
System Red Green Blue C M Y K H S L
Decimal 190 121 100 0 0.36 0.47 0.25 14 0.41 0.57
Hex BE 79 64 0 24 2F 19 E 29 39
Octal 276 171 144 0 44 57 31 16 51 71
Binary 10111110 1111001 1100100 0 100100 101111 11001 1110 101001 111001

Color Harmonies of #BE7964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7964

Black with #BE7964

Text Example


Text Example

White with #BE7964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7964; }

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

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

background-color css

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

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

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

border-color css

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

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

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