#BE6C16

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

Shades of Ochre #BE6C16

Tints of Ochre #BE6C16

Color information

#BE6C16 (or 0xBE6C16) is unknown color: approx Ochre. HEX triplet: BE, 6C and 16. RGB value is (190,108,22). Sum of RGB (Red+Green+Blue) = 190+108+22=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6C16 is #4193E9. Grayscale: #7B7B7B. Windows color (decimal): -4297706 or 1469630. OLE color: 1469630.

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

Color convert

RGB19010822-
CMYK00.430.880.25
HSL30.71º79.25%41.57%-
HSV(B)30.71º88.42%74.51%-
XYZ26.7421.733.54-
YUV122.7171.17175.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.38%
GREEN value IS 108 (42.58% from 255) = 33.75%
BLUE value IS 22 (8.98% from 255) = 6.88%
R=59.38%
G=33.75%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901082200.430.880.2530.7179.2541.57
HexBE6C1602B58191f4f2a
Octal27615426053130313711752
Binary101111101101100101100101011101100011001111111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6C16; }

 p { color: rgb(190,108,22); }

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

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

 a { background-color: rgb(190,108,22); }

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

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

 span { border-color: rgb(190,108,22); }

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