#BE993E

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

Shades of Roti #BE993E

Tints of Roti #BE993E

Color information

#BE993E (or 0xBE993E) is unknown color: approx Roti. HEX triplet: BE, 99 and 3E. RGB value is (190,153,62). Sum of RGB (Red+Green+Blue) = 190+153+62=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 62 (24.61% from 255 or 15.31% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE993E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE993E is #4166C1. Grayscale: #9A9A9A. Windows color (decimal): -4286146 or 4102590. OLE color: 4102590.

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

Color convert

RGB19015362-
CMYK00.190.670.25
HSL42.66º50.79%49.41%-
HSV(B)42.66º67.37%74.51%-
XYZ33.534.089.37-
YUV153.6976.26153.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 153 (60.16% from 255) = 37.78%
BLUE value IS 62 (24.61% from 255) = 15.31%
R=46.91%
G=37.78%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901536200.190.670.2542.6650.7949.41
HexBE993E01343192b3331
Octal2762317602310331536361
Binary1011111010011001111110010011100001111001101011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE993E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE993E; }

 p { color: rgb(190,153,62); }

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

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

 a { background-color: rgb(190,153,62); }

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

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

 span { border-color: rgb(190,153,62); }

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