Html Css Color HEX #BE6711 Chocolate

📋 copy color: '#BE6711'

red 190 ◦ green 103 ◦ blue 17

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

Shades of Chocolate #BE6711

Tints of Chocolate #BE6711

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.23%

 BLUE value IS 17 (7.03% from 255) = 5.48%

R = 61.29%
G = 33.23%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE6711 (or 0xBE6711) is known color: Chocolate. HEX triplet: BE, 67 and 11. RGB value is (190,103,17). Sum of RGB (Red+Green+Blue) = 190+103+17=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6711 is #4198EE. Grayscale: #777777. Windows color (decimal): -4298991 or 1140670. OLE color: 1140670.

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

Color convert

RGB 190 103 17 -
CMYK 0 0.46 0.91 0.25
HSL 29.83º 0.84% 0.41% -
HSV(B) 29.83º 0.91% 0.75% -
XYZ 26.19 20.69 3.14 -
YUV 119.21 70.32 178.49 -
System Red Green Blue C M Y K H S L
Decimal 190 103 17 0 0.46 0.91 0.25 29.83 0.84 0.41
Hex BE 67 11 0 2E 5B 19 1E 54 29
Octal 276 147 21 0 56 133 31 36 124 51
Binary 10111110 1100111 10001 0 101110 1011011 11001 11110 1010100 101001

Color Harmonies of #BE6711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6711

Black with #BE6711

Text Example


Text Example

White with #BE6711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6711; }

 p { color: rgb(190,103,17); }

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

background-color css

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

 a { background-color: rgb(190,103,17); }

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

border-color css

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

 span { border-color: rgb(190,103,17); }

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