#BC7113

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

Shades of Ochre #BC7113

Tints of Ochre #BC7113

Color information

#BC7113 (or 0xBC7113) is unknown color: approx Ochre. HEX triplet: BC, 71 and 13. RGB value is (188,113,19). Sum of RGB (Red+Green+Blue) = 188+113+19=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7113 is #438EEC. Grayscale: #7D7D7D. Windows color (decimal): -4427501 or 1274300. OLE color: 1274300.

HSL color Cylindrical-coordinate representation of color #BC7113: hue angle of 33.37º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC7113 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB18811319-
CMYK00.400.900.26
HSL33.37º81.64%40.59%-
HSV(B)33.37º89.89%73.73%-
XYZ26.7622.553.56-
YUV124.7168.35173.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.75%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 19 (7.81% from 255) = 5.94%
R=58.75%
G=35.31%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881131900.400.900.2633.3781.6440.59
HexBC71130285A1A215229
Octal27416123050132324112251
Binary1011110011100011001101010001011010110101000011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7113; }

 p { color: rgb(188,113,19); }

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

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

 a { background-color: rgb(188,113,19); }

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

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

 span { border-color: rgb(188,113,19); }

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