Html Css Color HEX #BE423D Chestnut

📋 copy color: '#BE423D'

red 190 ◦ green 66 ◦ blue 61

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

Shades of Chestnut #BE423D

Tints of Chestnut #BE423D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.82%

 BLUE value IS 61 (24.22% from 255) = 19.24%

R = 59.94%
G = 20.82%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE423D (or 0xBE423D) is known color: Chestnut. HEX triplet: BE, 42 and 3D. RGB value is (190,66,61). Sum of RGB (Red+Green+Blue) = 190+66+61=317 (41% of max value = 765). Red value is 190 (74.61% from 255 or 59.94% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 190 - color contains mainly: red. Hex color #BE423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE423D is #41BDC2. Grayscale: #666666. Windows color (decimal): -4308419 or 4014782. OLE color: 4014782.

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

Color convert

RGB 190 66 61 -
CMYK 0 0.65 0.68 0.25
HSL 2.33º 0.51% 0.49% -
HSV(B) 2.33º 0.68% 0.75% -
XYZ 24.03 15.18 6.08 -
YUV 102.51 104.58 190.41 -
System Red Green Blue C M Y K H S L
Decimal 190 66 61 0 0.65 0.68 0.25 2.33 0.51 0.49
Hex BE 42 3D 0 41 44 19 2 33 31
Octal 276 102 75 0 101 104 31 2 63 61
Binary 10111110 1000010 111101 0 1000001 1000100 11001 10 110011 110001

Color Harmonies of #BE423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE423D

Black with #BE423D

Text Example


Text Example

White with #BE423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE423D; }

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

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

background-color css

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

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

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

border-color css

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

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

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