#BF661A

Color #BF661A Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #BF661A

Tints of Chocolate #BF661A

Color information

#BF661A (or 0xBF661A) is unknown color: approx Chocolate. HEX triplet: BF, 66 and 1A. RGB value is (191,102,26). Sum of RGB (Red+Green+Blue) = 191+102+26=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF661A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF661A is #4099E5. Grayscale: #787878. Windows color (decimal): -4233702 or 1730239. OLE color: 1730239.

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

Color convert

RGB19110226-
CMYK00.470.860.25
HSL27.64º76.04%42.55%-
HSV(B)27.64º86.39%74.9%-
XYZ26.4220.653.57-
YUV119.9574.99178.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.87%
GREEN value IS 102 (40.23% from 255) = 31.97%
BLUE value IS 26 (10.55% from 255) = 8.15%
R=59.87%
G=31.97%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911022600.470.860.2527.6476.0442.55
HexBF661A02F56191c4c2b
Octal27714632057126313411453
Binary101111111100110110100101111101011011001111001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF661A; }

 p { color: rgb(191,102,26); }

 H1.HeaderClassName
 {
   color: #BF661A;
 }
 .AnyTagClassName
 {
   color: #BF661A;
 }
</style>
background-color css

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

 a { background-color: rgb(191,102,26); }

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

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

 span { border-color: rgb(191,102,26); }

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