Html Css Color HEX #BE4646 Chestnut

📋 copy color: '#BE4646'

red 190 ◦ green 70 ◦ blue 70

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

Shades of Chestnut #BE4646

Tints of Chestnut #BE4646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.21%

R = 57.58%
G = 21.21%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE4646 (or 0xBE4646) is known color: Chestnut. HEX triplet: BE, 46 and 46. RGB value is (190,70,70). Sum of RGB (Red+Green+Blue) = 190+70+70=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4646 is #41B9B9. Grayscale: #6A6A6A. Windows color (decimal): -4307386 or 4605630. OLE color: 4605630.

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

Color convert

RGB 190 70 70 -
CMYK 0 0.63 0.63 0.25
HSL 0.48% 0.51% -
HSV(B) 0.63% 0.75% -
XYZ 24.53 15.77 7.55 -
YUV 105.88 107.76 188 -
System Red Green Blue C M Y K H S L
Decimal 190 70 70 0 0.63 0.63 0.25 0 0.48 0.51
Hex BE 46 46 0 3F 3F 19 0 30 33
Octal 276 106 106 0 77 77 31 0 60 63
Binary 10111110 1000110 1000110 0 111111 111111 11001 0 110000 110011

Color Harmonies of #BE4646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4646

Black with #BE4646

Text Example


Text Example

White with #BE4646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4646; }

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

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

background-color css

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

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

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

border-color css

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

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

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