Html Css Color HEX #BE4341 Chestnut

📋 copy color: '#BE4341'

red 190 ◦ green 67 ◦ blue 65

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

Shades of Chestnut #BE4341

Tints of Chestnut #BE4341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.81%

 BLUE value IS 65 (25.78% from 255) = 20.19%

R = 59.01%
G = 20.81%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE4341 (or 0xBE4341) is known color: Chestnut. HEX triplet: BE, 43 and 41. RGB value is (190,67,65). Sum of RGB (Red+Green+Blue) = 190+67+65=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4341 is #41BCBE. Grayscale: #676767. Windows color (decimal): -4308159 or 4277182. OLE color: 4277182.

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

Color convert

RGB 190 67 65 -
CMYK 0 0.65 0.66 0.25
HSL 0.96º 0.49% 0.5% -
HSV(B) 0.96º 0.66% 0.75% -
XYZ 24.2 15.34 6.69 -
YUV 103.55 106.25 189.66 -
System Red Green Blue C M Y K H S L
Decimal 190 67 65 0 0.65 0.66 0.25 0.96 0.49 0.5
Hex BE 43 41 0 41 42 19 1 31 32
Octal 276 103 101 0 101 102 31 1 61 62
Binary 10111110 1000011 1000001 0 1000001 1000010 11001 1 110001 110010

Color Harmonies of #BE4341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4341

Black with #BE4341

Text Example


Text Example

White with #BE4341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4341; }

 p { color: rgb(190,67,65); }

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

background-color css

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

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

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

border-color css

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

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

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