#BF670F

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

Shades of Chocolate #BF670F

Tints of Chocolate #BF670F

Color information

#BF670F (or 0xBF670F) is unknown color: approx Chocolate. HEX triplet: BF, 67 and 0F. RGB value is (191,103,15). Sum of RGB (Red+Green+Blue) = 191+103+15=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF670F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF670F is #4098F0. Grayscale: #777777. Windows color (decimal): -4233457 or 1009599. OLE color: 1009599.

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

Color convert

RGB19110315-
CMYK00.460.920.25
HSL30º85.44%40.39%-
HSV(B)30º92.15%74.9%-
XYZ26.4220.813.08-
YUV119.2869.15179.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.81%
GREEN value IS 103 (40.62% from 255) = 33.33%
BLUE value IS 15 (6.25% from 255) = 4.85%
R=61.81%
G=33.33%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911031500.460.920.253085.4440.39
HexBF67F02E5C191e5528
Octal27714717056134313612550
Binary10111111110011111110101110101110011001111101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF670F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF670F; }

 p { color: rgb(191,103,15); }

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

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

 a { background-color: rgb(191,103,15); }

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

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

 span { border-color: rgb(191,103,15); }

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