Html Css Color HEX #BF6413 Chocolate

📋 copy color: '#BF6413'

red 191 ◦ green 100 ◦ blue 19

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

Shades of Chocolate #BF6413

Tints of Chocolate #BF6413

RGB

 RED value IS 191 (75% from 255) = 61.61%

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

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

R = 61.61%
G = 32.26%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF6413 (or 0xBF6413) is known color: Chocolate. HEX triplet: BF, 64 and 13. RGB value is (191,100,19). Sum of RGB (Red+Green+Blue) = 191+100+19=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6413 is #409BEC. Grayscale: #767676. Windows color (decimal): -4234221 or 1270975. OLE color: 1270975.

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

Color convert

RGB 191 100 19 -
CMYK 0 0.48 0.90 0.25
HSL 28.26º 0.82% 0.41% -
HSV(B) 28.26º 0.9% 0.75% -
XYZ 26.16 20.24 3.14 -
YUV 117.98 72.15 180.09 -
System Red Green Blue C M Y K H S L
Decimal 191 100 19 0 0.48 0.90 0.25 28.26 0.82 0.41
Hex BF 64 13 0 30 5A 19 1C 52 29
Octal 277 144 23 0 60 132 31 34 122 51
Binary 10111111 1100100 10011 0 110000 1011010 11001 11100 1010010 101001

Color Harmonies of #BF6413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6413

Black with #BF6413

Text Example


Text Example

White with #BF6413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6413; }

 p { color: rgb(191,100,19); }

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

background-color css

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

 a { background-color: rgb(191,100,19); }

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

border-color css

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

 span { border-color: rgb(191,100,19); }

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