#BE741A

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

Shades of Ochre #BE741A

Tints of Ochre #BE741A

Color information

#BE741A (or 0xBE741A) is unknown color: approx Ochre. HEX triplet: BE, 74 and 1A. RGB value is (190,116,26). Sum of RGB (Red+Green+Blue) = 190+116+26=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE741A is #418BE5. Grayscale: #808080. Windows color (decimal): -4295654 or 1733822. OLE color: 1733822.

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

Color convert

RGB19011626-
CMYK00.390.860.25
HSL32.93º75.93%42.35%-
HSV(B)32.93º86.32%74.51%-
XYZ27.6723.514.06-
YUV127.8770.52172.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.23%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 26 (10.55% from 255) = 7.83%
R=57.23%
G=34.94%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901162600.390.860.2532.9375.9342.35
HexBE741A0275619214c2a
Octal27616432047126314111452
Binary1011111011101001101001001111010110110011000011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE741A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE741A; }

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

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

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

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

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

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

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

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