Html Css Color HEX #BE4644 Chestnut

📋 copy color: '#BE4644'

red 190 ◦ green 70 ◦ blue 68

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

Shades of Chestnut #BE4644

Tints of Chestnut #BE4644

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.34%

 BLUE value IS 68 (26.95% from 255) = 20.73%

R = 57.93%
G = 21.34%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE4644 (or 0xBE4644) is known color: Chestnut. HEX triplet: BE, 46 and 44. RGB value is (190,70,68). Sum of RGB (Red+Green+Blue) = 190+70+68=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4644 is #41B9BB. Grayscale: #696969. Windows color (decimal): -4307388 or 4474558. OLE color: 4474558.

HSL color Cylindrical-coordinate representation of color #BE4644: hue angle of 0.98º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE4644 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 70 68 -
CMYK 0 0.63 0.64 0.25
HSL 0.98º 0.48% 0.51% -
HSV(B) 0.98º 0.64% 0.75% -
XYZ 24.47 15.74 7.22 -
YUV 105.65 106.76 188.16 -
System Red Green Blue C M Y K H S L
Decimal 190 70 68 0 0.63 0.64 0.25 0.98 0.48 0.51
Hex BE 46 44 0 3F 40 19 1 30 33
Octal 276 106 104 0 77 100 31 1 60 63
Binary 10111110 1000110 1000100 0 111111 1000000 11001 1 110000 110011

Color Harmonies of #BE4644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4644

Black with #BE4644

Text Example


Text Example

White with #BE4644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4644; }

 p { color: rgb(190,70,68); }

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

background-color css

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

 a { background-color: rgb(190,70,68); }

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

border-color css

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

 span { border-color: rgb(190,70,68); }

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