Html Css Color HEX #BE6A13 Chocolate

📋 copy color: '#BE6A13'

red 190 ◦ green 106 ◦ blue 19

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

Shades of Chocolate #BE6A13

Tints of Chocolate #BE6A13

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.65%

 BLUE value IS 19 (7.81% from 255) = 6.03%

R = 60.32%
G = 33.65%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BE6A13 (or 0xBE6A13) is known color: Chocolate. HEX triplet: BE, 6A and 13. RGB value is (190,106,19). Sum of RGB (Red+Green+Blue) = 190+106+19=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6A13 is #4195EC. Grayscale: #797979. Windows color (decimal): -4298221 or 1272510. OLE color: 1272510.

HSL color Cylindrical-coordinate representation of color #BE6A13: hue angle of 30.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE6A13 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 106 19 -
CMYK 0 0.44 0.90 0.25
HSL 30.53º 0.82% 0.41% -
HSV(B) 30.53º 0.9% 0.75% -
XYZ 26.51 21.3 3.33 -
YUV 121.2 70.33 177.07 -
System Red Green Blue C M Y K H S L
Decimal 190 106 19 0 0.44 0.90 0.25 30.53 0.82 0.41
Hex BE 6A 13 0 2C 5A 19 1F 52 29
Octal 276 152 23 0 54 132 31 37 122 51
Binary 10111110 1101010 10011 0 101100 1011010 11001 11111 1010010 101001

Color Harmonies of #BE6A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A13

Black with #BE6A13

Text Example


Text Example

White with #BE6A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A13; }

 p { color: rgb(190,106,19); }

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

background-color css

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

 a { background-color: rgb(190,106,19); }

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

border-color css

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

 span { border-color: rgb(190,106,19); }

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