Html Css Color HEX #BF6519 Chocolate

📋 copy color: '#BF6519'

red 191 ◦ green 101 ◦ blue 25

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

Shades of Chocolate #BF6519

Tints of Chocolate #BF6519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.86%

 BLUE value IS 25 (10.16% from 255) = 7.89%

R = 60.25%
G = 31.86%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF6519 (or 0xBF6519) is known color: Chocolate. HEX triplet: BF, 65 and 19. RGB value is (191,101,25). Sum of RGB (Red+Green+Blue) = 191+101+25=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6519 is #409AE6. Grayscale: #777777. Windows color (decimal): -4233959 or 1664447. OLE color: 1664447.

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

Color convert

RGB 191 101 25 -
CMYK 0 0.47 0.87 0.25
HSL 27.47º 0.77% 0.42% -
HSV(B) 27.47º 0.87% 0.75% -
XYZ 26.32 20.45 3.48 -
YUV 119.25 74.82 179.18 -
System Red Green Blue C M Y K H S L
Decimal 191 101 25 0 0.47 0.87 0.25 27.47 0.77 0.42
Hex BF 65 19 0 2F 57 19 1B 4D 2A
Octal 277 145 31 0 57 127 31 33 115 52
Binary 10111111 1100101 11001 0 101111 1010111 11001 11011 1001101 101010

Color Harmonies of #BF6519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6519

Black with #BF6519

Text Example


Text Example

White with #BF6519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6519; }

 p { color: rgb(191,101,25); }

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

background-color css

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

 a { background-color: rgb(191,101,25); }

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

border-color css

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

 span { border-color: rgb(191,101,25); }

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