#BC7213

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

Shades of Ochre #BC7213

Tints of Ochre #BC7213

Color information

#BC7213 (or 0xBC7213) is unknown color: approx Ochre. HEX triplet: BC, 72 and 13. RGB value is (188,114,19). Sum of RGB (Red+Green+Blue) = 188+114+19=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7213 is #438DEC. Grayscale: #7D7D7D. Windows color (decimal): -4427245 or 1274556. OLE color: 1274556.

HSL color Cylindrical-coordinate representation of color #BC7213: hue angle of 33.73º 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 #BC7213 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB18811419-
CMYK00.390.900.26
HSL33.73º81.64%40.59%-
HSV(B)33.73º89.89%73.73%-
XYZ26.8722.773.6-
YUV125.368.02172.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.57%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 19 (7.81% from 255) = 5.92%
R=58.57%
G=35.51%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881141900.390.900.2633.7381.6440.59
HexBC72130275A1A225229
Octal27416223047132324212251
Binary1011110011100101001101001111011010110101000101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7213; }

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

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

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

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

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

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

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

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