#BE9641

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

Shades of Roti #BE9641

Tints of Roti #BE9641

Color information

#BE9641 (or 0xBE9641) is unknown color: approx Roti. HEX triplet: BE, 96 and 41. RGB value is (190,150,65). Sum of RGB (Red+Green+Blue) = 190+150+65=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9641 is #4169BE. Grayscale: #989898. Windows color (decimal): -4286911 or 4298430. OLE color: 4298430.

HSL color Cylindrical-coordinate representation of color #BE9641: hue angle of 40.8º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE9641 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB19015065-
CMYK00.210.660.25
HSL40.8º49.02%50%-
HSV(B)40.8º65.79%74.51%-
XYZ33.133.149.65-
YUV152.2778.75154.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 65 (25.78% from 255) = 16.05%
R=46.91%
G=37.04%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901506500.210.660.2540.849.0250
HexBE96410154219293132
Octal27622610102510231516162
Binary10111110100101101000001010101100001011001101001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9641; }

 p { color: rgb(190,150,65); }

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

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

 a { background-color: rgb(190,150,65); }

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

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

 span { border-color: rgb(190,150,65); }

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