#BF7316

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

Shades of Ochre #BF7316

Tints of Ochre #BF7316

Color information

#BF7316 (or 0xBF7316) is unknown color: approx Ochre. HEX triplet: BF, 73 and 16. RGB value is (191,115,22). Sum of RGB (Red+Green+Blue) = 191+115+22=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7316 is #408CE9. Grayscale: #7F7F7F. Windows color (decimal): -4230378 or 1471423. OLE color: 1471423.

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

Color convert

RGB19111522-
CMYK00.400.880.25
HSL33.02º79.34%41.76%-
HSV(B)33.02º88.48%74.9%-
XYZ27.7623.43.81-
YUV127.1268.68173.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.23%
GREEN value IS 115 (45.31% from 255) = 35.06%
BLUE value IS 22 (8.98% from 255) = 6.71%
R=58.23%
G=35.06%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911152200.400.880.2533.0279.3441.76
HexBF73160285819214f2a
Octal27716326050130314111752
Binary1011111111100111011001010001011000110011000011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7316; }

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

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

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

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

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

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

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

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