Html Css Color HEX #BE6417 Chocolate

📋 copy color: '#BE6417'

red 190 ◦ green 100 ◦ blue 23

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

Shades of Chocolate #BE6417

Tints of Chocolate #BE6417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.35%

R = 60.7%
G = 31.95%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BE6417 (or 0xBE6417) is known color: Chocolate. HEX triplet: BE, 64 and 17. RGB value is (190,100,23). Sum of RGB (Red+Green+Blue) = 190+100+23=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6417 is #419BE8. Grayscale: #767676. Windows color (decimal): -4299753 or 1533118. OLE color: 1533118.

HSL color Cylindrical-coordinate representation of color #BE6417: hue angle of 27.66º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE6417 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 100 23 -
CMYK 0 0.47 0.88 0.25
HSL 27.66º 0.78% 0.42% -
HSV(B) 27.66º 0.88% 0.75% -
XYZ 25.95 20.12 3.33 -
YUV 118.13 74.32 179.26 -
System Red Green Blue C M Y K H S L
Decimal 190 100 23 0 0.47 0.88 0.25 27.66 0.78 0.42
Hex BE 64 17 0 2F 58 19 1C 4E 2A
Octal 276 144 27 0 57 130 31 34 116 52
Binary 10111110 1100100 10111 0 101111 1011000 11001 11100 1001110 101010

Color Harmonies of #BE6417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6417

Black with #BE6417

Text Example


Text Example

White with #BE6417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6417; }

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

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

background-color css

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

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

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

border-color css

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

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

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