Html Css Color HEX #BE6315 Chocolate

📋 copy color: '#BE6315'

red 190 ◦ green 99 ◦ blue 21

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

Shades of Chocolate #BE6315

Tints of Chocolate #BE6315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.77%

R = 61.29%
G = 31.94%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE6315 (or 0xBE6315) is known color: Chocolate. HEX triplet: BE, 63 and 15. RGB value is (190,99,21). Sum of RGB (Red+Green+Blue) = 190+99+21=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6315 is #419CEA. Grayscale: #757575. Windows color (decimal): -4300011 or 1401790. OLE color: 1401790.

HSL color Cylindrical-coordinate representation of color #BE6315: hue angle of 27.69º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE6315 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 99 21 -
CMYK 0 0.48 0.89 0.25
HSL 27.69º 0.8% 0.41% -
HSV(B) 27.69º 0.89% 0.75% -
XYZ 25.83 19.92 3.19 -
YUV 117.32 73.65 179.84 -
System Red Green Blue C M Y K H S L
Decimal 190 99 21 0 0.48 0.89 0.25 27.69 0.8 0.41
Hex BE 63 15 0 30 59 19 1C 50 29
Octal 276 143 25 0 60 131 31 34 120 51
Binary 10111110 1100011 10101 0 110000 1011001 11001 11100 1010000 101001

Color Harmonies of #BE6315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6315

Black with #BE6315

Text Example


Text Example

White with #BE6315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6315; }

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

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

background-color css

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

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

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

border-color css

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

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

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