Html Css Color HEX #BE6316 Chocolate

📋 copy color: '#BE6316'

red 190 ◦ green 99 ◦ blue 22

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

Shades of Chocolate #BE6316

Tints of Chocolate #BE6316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.83%

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

R = 61.09%
G = 31.83%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BE6316 (or 0xBE6316) is known color: Chocolate. HEX triplet: BE, 63 and 16. RGB value is (190,99,22). Sum of RGB (Red+Green+Blue) = 190+99+22=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6316 is #419CE9. Grayscale: #757575. Windows color (decimal): -4300010 or 1467326. OLE color: 1467326.

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

Color convert

RGB 190 99 22 -
CMYK 0 0.48 0.88 0.25
HSL 27.5º 0.79% 0.42% -
HSV(B) 27.5º 0.88% 0.75% -
XYZ 25.84 19.93 3.24 -
YUV 117.43 74.15 179.76 -
System Red Green Blue C M Y K H S L
Decimal 190 99 22 0 0.48 0.88 0.25 27.5 0.79 0.42
Hex BE 63 16 0 30 58 19 1C 4F 2A
Octal 276 143 26 0 60 130 31 34 117 52
Binary 10111110 1100011 10110 0 110000 1011000 11001 11100 1001111 101010

Color Harmonies of #BE6316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6316

Black with #BE6316

Text Example


Text Example

White with #BE6316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6316; }

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

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

background-color css

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

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

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

border-color css

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

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

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