#be6b1a

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

Shades of Ochre #BE6B1A

Tints of Ochre #BE6B1A

Color information

#BE6B1A (or 0xBE6B1A) is unknown color: approx Ochre. HEX triplet: BE, 6B and 1A. RGB value is (190,107,26). Sum of RGB (Red+Green+Blue) = 190+107+26=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6B1A is #4194E5. Grayscale: #7A7A7A. Windows color (decimal): -4297958 or 1731518. OLE color: 1731518.

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

Color convert

RGB19010726-
CMYK00.440.860.25
HSL29.63º75.93%42.35%-
HSV(B)29.63º86.32%74.51%-
XYZ26.6821.543.73-
YUV122.5873.5176.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.82%
GREEN value IS 107 (42.19% from 255) = 33.13%
BLUE value IS 26 (10.55% from 255) = 8.05%
R=58.82%
G=33.13%
B=8.05%

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
Decimal1901072600.440.860.2529.6375.9342.35
HexBE6B1A02C56191e4c2a
Octal27615332054126313611452
Binary101111101101011110100101100101011011001111101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be6b1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be6b1a; }

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

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

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

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

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

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

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

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