Html Css Color HEX #BE6413 Chocolate

📋 copy color: '#BE6413'

red 190 ◦ green 100 ◦ blue 19

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

Shades of Chocolate #BE6413

Tints of Chocolate #BE6413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.36%

 BLUE value IS 19 (7.81% from 255) = 6.15%

R = 61.49%
G = 32.36%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BE6413 (or 0xBE6413) is known color: Chocolate. HEX triplet: BE, 64 and 13. RGB value is (190,100,19). Sum of RGB (Red+Green+Blue) = 190+100+19=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6413 is #419BEC. Grayscale: #767676. Windows color (decimal): -4299757 or 1270974. OLE color: 1270974.

HSL color Cylindrical-coordinate representation of color #BE6413: hue angle of 28.42º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE6413 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 100 19 -
CMYK 0 0.47 0.90 0.25
HSL 28.42º 0.82% 0.41% -
HSV(B) 28.42º 0.9% 0.75% -
XYZ 25.91 20.11 3.13 -
YUV 117.68 72.32 179.59 -
System Red Green Blue C M Y K H S L
Decimal 190 100 19 0 0.47 0.90 0.25 28.42 0.82 0.41
Hex BE 64 13 0 2F 5A 19 1C 52 29
Octal 276 144 23 0 57 132 31 34 122 51
Binary 10111110 1100100 10011 0 101111 1011010 11001 11100 1010010 101001

Color Harmonies of #BE6413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6413

Black with #BE6413

Text Example


Text Example

White with #BE6413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6413; }

 p { color: rgb(190,100,19); }

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

background-color css

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

 a { background-color: rgb(190,100,19); }

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

border-color css

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

 span { border-color: rgb(190,100,19); }

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