#BE6B16

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

Shades of Ochre #BE6B16

Tints of Ochre #BE6B16

Color information

#BE6B16 (or 0xBE6B16) is unknown color: approx Ochre. HEX triplet: BE, 6B and 16. RGB value is (190,107,22). Sum of RGB (Red+Green+Blue) = 190+107+22=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6B16 is #4194E9. Grayscale: #7A7A7A. Windows color (decimal): -4297962 or 1469374. OLE color: 1469374.

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

Color convert

RGB19010722-
CMYK00.440.880.25
HSL30.36º79.25%41.57%-
HSV(B)30.36º88.42%74.51%-
XYZ26.6421.523.51-
YUV122.1371.5176.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.56%
GREEN value IS 107 (42.19% from 255) = 33.54%
BLUE value IS 22 (8.98% from 255) = 6.90%
R=59.56%
G=33.54%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901072200.440.880.2530.3679.2541.57
HexBE6B1602C58191e4f2a
Octal27615326054130313611752
Binary101111101101011101100101100101100011001111101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6B16; }

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

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

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

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

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

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

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

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