Html Css Color HEX #BE6618 Chocolate

📋 copy color: '#BE6618'

red 190 ◦ green 102 ◦ blue 24

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

Shades of Chocolate #BE6618

Tints of Chocolate #BE6618

RGB

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

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

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

R = 60.13%
G = 32.28%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE6618 (or 0xBE6618) is known color: Chocolate. HEX triplet: BE, 66 and 18. RGB value is (190,102,24). Sum of RGB (Red+Green+Blue) = 190+102+24=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6618 is #4199E7. Grayscale: #777777. Windows color (decimal): -4299240 or 1599166. OLE color: 1599166.

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

Color convert

RGB 190 102 24 -
CMYK 0 0.46 0.87 0.25
HSL 28.19º 0.78% 0.42% -
HSV(B) 28.19º 0.87% 0.75% -
XYZ 26.15 20.52 3.45 -
YUV 119.42 74.15 178.34 -
System Red Green Blue C M Y K H S L
Decimal 190 102 24 0 0.46 0.87 0.25 28.19 0.78 0.42
Hex BE 66 18 0 2E 57 19 1C 4E 2A
Octal 276 146 30 0 56 127 31 34 116 52
Binary 10111110 1100110 11000 0 101110 1010111 11001 11100 1001110 101010

Color Harmonies of #BE6618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6618

Black with #BE6618

Text Example


Text Example

White with #BE6618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6618; }

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

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

background-color css

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

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

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

border-color css

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

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

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