Html Css Color HEX #BE6A0D Chocolate

📋 copy color: '#BE6A0D'

red 190 ◦ green 106 ◦ blue 13

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

Shades of Chocolate #BE6A0D

Tints of Chocolate #BE6A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.21%

R = 61.49%
G = 34.3%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE6A0D (or 0xBE6A0D) is known color: Chocolate. HEX triplet: BE, 6A and 0D. RGB value is (190,106,13). Sum of RGB (Red+Green+Blue) = 190+106+13=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6A0D is #4195F2. Grayscale: #787878. Windows color (decimal): -4298227 or 879294. OLE color: 879294.

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

Color convert

RGB 190 106 13 -
CMYK 0 0.44 0.93 0.25
HSL 31.53º 0.87% 0.4% -
HSV(B) 31.53º 0.93% 0.75% -
XYZ 26.46 21.28 3.09 -
YUV 120.51 67.33 177.56 -
System Red Green Blue C M Y K H S L
Decimal 190 106 13 0 0.44 0.93 0.25 31.53 0.87 0.4
Hex BE 6A D 0 2C 5D 19 20 57 28
Octal 276 152 15 0 54 135 31 40 127 50
Binary 10111110 1101010 1101 0 101100 1011101 11001 100000 1010111 101000

Color Harmonies of #BE6A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A0D

Black with #BE6A0D

Text Example


Text Example

White with #BE6A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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