Html Css Color HEX #BE6518 Chocolate

📋 copy color: '#BE6518'

red 190 ◦ green 101 ◦ blue 24

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

Shades of Chocolate #BE6518

Tints of Chocolate #BE6518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.06%

 BLUE value IS 24 (9.77% from 255) = 7.62%

R = 60.32%
G = 32.06%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE6518 (or 0xBE6518) is known color: Chocolate. HEX triplet: BE, 65 and 18. RGB value is (190,101,24). Sum of RGB (Red+Green+Blue) = 190+101+24=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6518 is #419AE7. Grayscale: #777777. Windows color (decimal): -4299496 or 1598910. OLE color: 1598910.

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

Color convert

RGB 190 101 24 -
CMYK 0 0.47 0.87 0.25
HSL 27.83º 0.78% 0.42% -
HSV(B) 27.83º 0.87% 0.75% -
XYZ 26.05 20.32 3.41 -
YUV 118.83 74.49 178.76 -
System Red Green Blue C M Y K H S L
Decimal 190 101 24 0 0.47 0.87 0.25 27.83 0.78 0.42
Hex BE 65 18 0 2F 57 19 1C 4E 2A
Octal 276 145 30 0 57 127 31 34 116 52
Binary 10111110 1100101 11000 0 101111 1010111 11001 11100 1001110 101010

Color Harmonies of #BE6518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6518

Black with #BE6518

Text Example


Text Example

White with #BE6518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6518; }

 p { color: rgb(190,101,24); }

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

background-color css

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

 a { background-color: rgb(190,101,24); }

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

border-color css

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

 span { border-color: rgb(190,101,24); }

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