Html Css Color HEX #BE6412 Chocolate

📋 copy color: '#BE6412'

red 190 ◦ green 100 ◦ blue 18

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

Shades of Chocolate #BE6412

Tints of Chocolate #BE6412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.47%

 BLUE value IS 18 (7.42% from 255) = 5.84%

R = 61.69%
G = 32.47%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE6412 (or 0xBE6412) is known color: Chocolate. HEX triplet: BE, 64 and 12. RGB value is (190,100,18). Sum of RGB (Red+Green+Blue) = 190+100+18=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6412 is #419BED. Grayscale: #757575. Windows color (decimal): -4299758 or 1205438. OLE color: 1205438.

HSL color Cylindrical-coordinate representation of color #BE6412: hue angle of 28.6º degrees, saturation: 0.83, 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 #BE6412 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 100 18 -
CMYK 0 0.47 0.91 0.25
HSL 28.6º 0.83% 0.41% -
HSV(B) 28.6º 0.91% 0.75% -
XYZ 25.9 20.11 3.09 -
YUV 117.56 71.82 179.67 -
System Red Green Blue C M Y K H S L
Decimal 190 100 18 0 0.47 0.91 0.25 28.6 0.83 0.41
Hex BE 64 12 0 2F 5B 19 1D 53 29
Octal 276 144 22 0 57 133 31 35 123 51
Binary 10111110 1100100 10010 0 101111 1011011 11001 11101 1010011 101001

Color Harmonies of #BE6412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6412

Black with #BE6412

Text Example


Text Example

White with #BE6412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6412; }

 p { color: rgb(190,100,18); }

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

background-color css

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

 a { background-color: rgb(190,100,18); }

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

border-color css

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

 span { border-color: rgb(190,100,18); }

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