Html Css Color HEX #BE680F Chocolate

📋 copy color: '#BE680F'

red 190 ◦ green 104 ◦ blue 15

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

Shades of Chocolate #BE680F

Tints of Chocolate #BE680F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.66%

 BLUE value IS 15 (6.25% from 255) = 4.85%

R = 61.49%
G = 33.66%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE680F (or 0xBE680F) is known color: Chocolate. HEX triplet: BE, 68 and 0F. RGB value is (190,104,15). Sum of RGB (Red+Green+Blue) = 190+104+15=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE680F is #4197F0. Grayscale: #787878. Windows color (decimal): -4298737 or 1009854. OLE color: 1009854.

HSL color Cylindrical-coordinate representation of color #BE680F: hue angle of 30.51º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE680F is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 104 15 -
CMYK 0 0.45 0.92 0.25
HSL 30.51º 0.85% 0.4% -
HSV(B) 30.51º 0.92% 0.75% -
XYZ 26.27 20.88 3.1 -
YUV 119.57 68.99 178.24 -
System Red Green Blue C M Y K H S L
Decimal 190 104 15 0 0.45 0.92 0.25 30.51 0.85 0.4
Hex BE 68 F 0 2D 5C 19 1F 55 28
Octal 276 150 17 0 55 134 31 37 125 50
Binary 10111110 1101000 1111 0 101101 1011100 11001 11111 1010101 101000

Color Harmonies of #BE680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE680F

Black with #BE680F

Text Example


Text Example

White with #BE680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE680F; }

 p { color: rgb(190,104,15); }

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

background-color css

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

 a { background-color: rgb(190,104,15); }

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

border-color css

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

 span { border-color: rgb(190,104,15); }

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