Html Css Color HEX #BE4545 Chestnut

📋 copy color: '#BE4545'

red 190 ◦ green 69 ◦ blue 69

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

Shades of Chestnut #BE4545

Tints of Chestnut #BE4545

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.04%

 BLUE value IS 69 (27.34% from 255) = 21.04%

R = 57.93%
G = 21.04%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE4545 (or 0xBE4545) is known color: Chestnut. HEX triplet: BE, 45 and 45. RGB value is (190,69,69). Sum of RGB (Red+Green+Blue) = 190+69+69=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4545 is #41BABA. Grayscale: #696969. Windows color (decimal): -4307643 or 4539838. OLE color: 4539838.

HSL color Cylindrical-coordinate representation of color #BE4545: 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.64%. Process color model (Four color, CMYK) of #BE4545 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 69 69 -
CMYK 0 0.64 0.64 0.25
HSL 0.48% 0.51% -
HSV(B) 0.64% 0.75% -
XYZ 24.44 15.63 7.36 -
YUV 105.18 107.59 188.5 -
System Red Green Blue C M Y K H S L
Decimal 190 69 69 0 0.64 0.64 0.25 0 0.48 0.51
Hex BE 45 45 0 40 40 19 0 30 33
Octal 276 105 105 0 100 100 31 0 60 63
Binary 10111110 1000101 1000101 0 1000000 1000000 11001 0 110000 110011

Color Harmonies of #BE4545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4545

Black with #BE4545

Text Example


Text Example

White with #BE4545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4545; }

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

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

background-color css

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

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

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

border-color css

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

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

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