Html Css Color HEX #BF6516 Chocolate

📋 copy color: '#BF6516'

red 191 ◦ green 101 ◦ blue 22

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

Shades of Chocolate #BF6516

Tints of Chocolate #BF6516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.01%

R = 60.83%
G = 32.17%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF6516 (or 0xBF6516) is known color: Chocolate. HEX triplet: BF, 65 and 16. RGB value is (191,101,22). Sum of RGB (Red+Green+Blue) = 191+101+22=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6516 is #409AE9. Grayscale: #777777. Windows color (decimal): -4233962 or 1467839. OLE color: 1467839.

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

Color convert

RGB 191 101 22 -
CMYK 0 0.47 0.88 0.25
HSL 28.05º 0.79% 0.42% -
HSV(B) 28.05º 0.88% 0.75% -
XYZ 26.28 20.44 3.32 -
YUV 118.9 73.32 179.42 -
System Red Green Blue C M Y K H S L
Decimal 191 101 22 0 0.47 0.88 0.25 28.05 0.79 0.42
Hex BF 65 16 0 2F 58 19 1C 4F 2A
Octal 277 145 26 0 57 130 31 34 117 52
Binary 10111111 1100101 10110 0 101111 1011000 11001 11100 1001111 101010

Color Harmonies of #BF6516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6516

Black with #BF6516

Text Example


Text Example

White with #BF6516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6516; }

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

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

background-color css

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

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

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

border-color css

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

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

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