Html Css Color HEX #BE6616 Chocolate

📋 copy color: '#BE6616'

red 190 ◦ green 102 ◦ blue 22

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

Shades of Chocolate #BE6616

Tints of Chocolate #BE6616

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.48%

 BLUE value IS 22 (8.98% from 255) = 7.01%

R = 60.51%
G = 32.48%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BE6616 (or 0xBE6616) is known color: Chocolate. HEX triplet: BE, 66 and 16. RGB value is (190,102,22). Sum of RGB (Red+Green+Blue) = 190+102+22=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6616 is #4199E9. Grayscale: #777777. Windows color (decimal): -4299242 or 1468094. OLE color: 1468094.

HSL color Cylindrical-coordinate representation of color #BE6616: hue angle of 28.57º degrees, saturation: 0.79, 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 #BE6616 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 102 22 -
CMYK 0 0.46 0.88 0.25
HSL 28.57º 0.79% 0.42% -
HSV(B) 28.57º 0.88% 0.75% -
XYZ 26.13 20.51 3.34 -
YUV 119.19 73.15 178.5 -
System Red Green Blue C M Y K H S L
Decimal 190 102 22 0 0.46 0.88 0.25 28.57 0.79 0.42
Hex BE 66 16 0 2E 58 19 1D 4F 2A
Octal 276 146 26 0 56 130 31 35 117 52
Binary 10111110 1100110 10110 0 101110 1011000 11001 11101 1001111 101010

Color Harmonies of #BE6616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6616

Black with #BE6616

Text Example


Text Example

White with #BE6616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6616; }

 p { color: rgb(190,102,22); }

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

background-color css

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

 a { background-color: rgb(190,102,22); }

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

border-color css

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

 span { border-color: rgb(190,102,22); }

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