Html Css Color HEX #BE4542 Chestnut

📋 copy color: '#BE4542'

red 190 ◦ green 69 ◦ blue 66

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

Shades of Chestnut #BE4542

Tints of Chestnut #BE4542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.31%

R = 58.46%
G = 21.23%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE4542 (or 0xBE4542) is known color: Chestnut. HEX triplet: BE, 45 and 42. RGB value is (190,69,66). Sum of RGB (Red+Green+Blue) = 190+69+66=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4542 is #41BABD. Grayscale: #686868. Windows color (decimal): -4307646 or 4343230. OLE color: 4343230.

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

Color convert

RGB 190 69 66 -
CMYK 0 0.64 0.65 0.25
HSL 1.45º 0.49% 0.5% -
HSV(B) 1.45º 0.65% 0.75% -
XYZ 24.35 15.6 6.88 -
YUV 104.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 190 69 66 0 0.64 0.65 0.25 1.45 0.49 0.5
Hex BE 45 42 0 40 41 19 1 31 32
Octal 276 105 102 0 100 101 31 1 61 62
Binary 10111110 1000101 1000010 0 1000000 1000001 11001 1 110001 110010

Color Harmonies of #BE4542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4542

Black with #BE4542

Text Example


Text Example

White with #BE4542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4542; }

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

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

background-color css

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

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

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

border-color css

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

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

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