Html Css Color HEX #BE4C44 Chestnut

📋 copy color: '#BE4C44'

red 190 ◦ green 76 ◦ blue 68

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

Shades of Chestnut #BE4C44

Tints of Chestnut #BE4C44

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.75%

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

R = 56.89%
G = 22.75%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE4C44 (or 0xBE4C44) is known color: Chestnut. HEX triplet: BE, 4C and 44. RGB value is (190,76,68). Sum of RGB (Red+Green+Blue) = 190+76+68=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4C44 is #41B3BB. Grayscale: #6D6D6D. Windows color (decimal): -4305852 or 4476094. OLE color: 4476094.

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

Color convert

RGB 190 76 68 -
CMYK 0 0.60 0.64 0.25
HSL 3.93º 0.48% 0.51% -
HSV(B) 3.93º 0.64% 0.75% -
XYZ 24.86 16.53 7.35 -
YUV 109.17 104.77 185.65 -
System Red Green Blue C M Y K H S L
Decimal 190 76 68 0 0.60 0.64 0.25 3.93 0.48 0.51
Hex BE 4C 44 0 3C 40 19 4 30 33
Octal 276 114 104 0 74 100 31 4 60 63
Binary 10111110 1001100 1000100 0 111100 1000000 11001 100 110000 110011

Color Harmonies of #BE4C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4C44

Black with #BE4C44

Text Example


Text Example

White with #BE4C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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