Html Css Color HEX #BE6015 Chocolate

📋 copy color: '#BE6015'

red 190 ◦ green 96 ◦ blue 21

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

Shades of Chocolate #BE6015

Tints of Chocolate #BE6015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.27%

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

R = 61.89%
G = 31.27%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE6015 (or 0xBE6015) is known color: Chocolate. HEX triplet: BE, 60 and 15. RGB value is (190,96,21). Sum of RGB (Red+Green+Blue) = 190+96+21=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6015 is #419FEA. Grayscale: #737373. Windows color (decimal): -4300779 or 1401022. OLE color: 1401022.

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

Color convert

RGB 190 96 21 -
CMYK 0 0.49 0.89 0.25
HSL 26.63º 0.8% 0.41% -
HSV(B) 26.63º 0.89% 0.75% -
XYZ 25.55 19.37 3.1 -
YUV 115.56 74.64 181.1 -
System Red Green Blue C M Y K H S L
Decimal 190 96 21 0 0.49 0.89 0.25 26.63 0.8 0.41
Hex BE 60 15 0 31 59 19 1B 50 29
Octal 276 140 25 0 61 131 31 33 120 51
Binary 10111110 1100000 10101 0 110001 1011001 11001 11011 1010000 101001

Color Harmonies of #BE6015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6015

Black with #BE6015

Text Example


Text Example

White with #BE6015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6015; }

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

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

background-color css

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

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

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

border-color css

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

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

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