Html Css Color HEX #BE6312 Chocolate

📋 copy color: '#BE6312'

red 190 ◦ green 99 ◦ blue 18

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

Shades of Chocolate #BE6312

Tints of Chocolate #BE6312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.25%

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

R = 61.89%
G = 32.25%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE6312 (or 0xBE6312) is known color: Chocolate. HEX triplet: BE, 63 and 12. RGB value is (190,99,18). Sum of RGB (Red+Green+Blue) = 190+99+18=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6312 is #419CED. Grayscale: #757575. Windows color (decimal): -4300014 or 1205182. OLE color: 1205182.

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

Color convert

RGB 190 99 18 -
CMYK 0 0.48 0.91 0.25
HSL 28.26º 0.83% 0.41% -
HSV(B) 28.26º 0.91% 0.75% -
XYZ 25.81 19.91 3.06 -
YUV 116.98 72.15 180.09 -
System Red Green Blue C M Y K H S L
Decimal 190 99 18 0 0.48 0.91 0.25 28.26 0.83 0.41
Hex BE 63 12 0 30 5B 19 1C 53 29
Octal 276 143 22 0 60 133 31 34 123 51
Binary 10111110 1100011 10010 0 110000 1011011 11001 11100 1010011 101001

Color Harmonies of #BE6312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6312

Black with #BE6312

Text Example


Text Example

White with #BE6312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6312; }

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

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

background-color css

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

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

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

border-color css

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

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

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