Html Css Color HEX #BE423F Chestnut

📋 copy color: '#BE423F'

red 190 ◦ green 66 ◦ blue 63

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

Shades of Chestnut #BE423F

Tints of Chestnut #BE423F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.75%

R = 59.56%
G = 20.69%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE423F (or 0xBE423F) is known color: Chestnut. HEX triplet: BE, 42 and 3F. RGB value is (190,66,63). Sum of RGB (Red+Green+Blue) = 190+66+63=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE423F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE423F is #41BDC0. Grayscale: #666666. Windows color (decimal): -4308417 or 4145854. OLE color: 4145854.

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

Color convert

RGB 190 66 63 -
CMYK 0 0.65 0.67 0.25
HSL 1.42º 0.5% 0.5% -
HSV(B) 1.42º 0.67% 0.75% -
XYZ 24.08 15.2 6.37 -
YUV 102.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 190 66 63 0 0.65 0.67 0.25 1.42 0.5 0.5
Hex BE 42 3F 0 41 43 19 1 32 32
Octal 276 102 77 0 101 103 31 1 62 62
Binary 10111110 1000010 111111 0 1000001 1000011 11001 1 110010 110010

Color Harmonies of #BE423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE423F

Black with #BE423F

Text Example


Text Example

White with #BE423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE423F; }

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

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

background-color css

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

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

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

border-color css

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

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

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