#BE6A1B

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

Shades of Ochre #BE6A1B

Tints of Ochre #BE6A1B

Color information

#BE6A1B (or 0xBE6A1B) is unknown color: approx Ochre. HEX triplet: BE, 6A and 1B. RGB value is (190,106,27). Sum of RGB (Red+Green+Blue) = 190+106+27=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6A1B is #4195E4. Grayscale: #7A7A7A. Windows color (decimal): -4298213 or 1796798. OLE color: 1796798.

HSL color Cylindrical-coordinate representation of color #BE6A1B: hue angle of 29.08º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE6A1B is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB19010627-
CMYK00.440.860.25
HSL29.08º75.12%42.55%-
HSV(B)29.08º85.79%74.51%-
XYZ26.5921.333.75-
YUV122.1174.33176.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.82%
GREEN value IS 106 (41.80% from 255) = 32.82%
BLUE value IS 27 (10.94% from 255) = 8.36%
R=58.82%
G=32.82%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901062700.440.860.2529.0875.1242.55
HexBE6A1B02C56191d4b2b
Octal27615233054126313511353
Binary101111101101010110110101100101011011001111011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A1B; }

 p { color: rgb(190,106,27); }

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

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

 a { background-color: rgb(190,106,27); }

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

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

 span { border-color: rgb(190,106,27); }

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