Html Css Color HEX #BE4746 Chestnut

📋 copy color: '#BE4746'

red 190 ◦ green 71 ◦ blue 70

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

Shades of Chestnut #BE4746

Tints of Chestnut #BE4746

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.45%

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

R = 57.4%
G = 21.45%
B = 21.15%

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

#BE4746 (or 0xBE4746) is known color: Chestnut. HEX triplet: BE, 47 and 46. RGB value is (190,71,70). Sum of RGB (Red+Green+Blue) = 190+71+70=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4746 is #41B8B9. Grayscale: #6A6A6A. Windows color (decimal): -4307130 or 4605886. OLE color: 4605886.

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

Color convert

RGB 190 71 70 -
CMYK 0 0.63 0.63 0.25
HSL 0.5º 0.48% 0.51% -
HSV(B) 0.5º 0.63% 0.75% -
XYZ 24.59 15.9 7.57 -
YUV 106.47 107.42 187.58 -
System Red Green Blue C M Y K H S L
Decimal 190 71 70 0 0.63 0.63 0.25 0.5 0.48 0.51
Hex BE 47 46 0 3F 3F 19 0 30 33
Octal 276 107 106 0 77 77 31 0 60 63
Binary 10111110 1000111 1000110 0 111111 111111 11001 0 110000 110011

Color Harmonies of #BE4746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4746

Black with #BE4746

Text Example


Text Example

White with #BE4746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4746; }

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

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

background-color css

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

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

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

border-color css

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

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

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