Html Css Color HEX #BE463E Chestnut

📋 copy color: '#BE463E'

red 190 ◦ green 70 ◦ blue 62

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

Shades of Chestnut #BE463E

Tints of Chestnut #BE463E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.74%

 BLUE value IS 62 (24.61% from 255) = 19.25%

R = 59.01%
G = 21.74%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE463E (or 0xBE463E) is known color: Chestnut. HEX triplet: BE, 46 and 3E. RGB value is (190,70,62). Sum of RGB (Red+Green+Blue) = 190+70+62=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE463E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE463E is #41B9C1. Grayscale: #696969. Windows color (decimal): -4307394 or 4081342. OLE color: 4081342.

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

Color convert

RGB 190 70 62 -
CMYK 0 0.63 0.67 0.25
HSL 3.75º 0.51% 0.49% -
HSV(B) 3.75º 0.67% 0.75% -
XYZ 24.29 15.68 6.3 -
YUV 104.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 190 70 62 0 0.63 0.67 0.25 3.75 0.51 0.49
Hex BE 46 3E 0 3F 43 19 4 33 31
Octal 276 106 76 0 77 103 31 4 63 61
Binary 10111110 1000110 111110 0 111111 1000011 11001 100 110011 110001

Color Harmonies of #BE463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE463E

Black with #BE463E

Text Example


Text Example

White with #BE463E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE463E; }

 p { color: rgb(190,70,62); }

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

background-color css

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

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

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

border-color css

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

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

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