#BEA03F

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

Shades of Roti #BEA03F

Tints of Roti #BEA03F

Color information

#BEA03F (or 0xBEA03F) is unknown color: approx Roti. HEX triplet: BE, A0 and 3F. RGB value is (190,160,63). Sum of RGB (Red+Green+Blue) = 190+160+63=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA03F is #415FC0. Grayscale: #9E9E9E. Windows color (decimal): -4284353 or 4169918. OLE color: 4169918.

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

Color convert

RGB19016063-
CMYK00.160.670.25
HSL45.83º50.2%49.61%-
HSV(B)45.83º66.84%74.51%-
XYZ34.736.459.91-
YUV157.9174.44150.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.00%
GREEN value IS 160 (62.89% from 255) = 38.74%
BLUE value IS 63 (25% from 255) = 15.25%
R=46.00%
G=38.74%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901606300.160.670.2545.8350.249.61
HexBEA03F01043192e3232
Octal2762407702010331566262
Binary1011111010100000111111010000100001111001101110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA03F; }

 p { color: rgb(190,160,63); }

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

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

 a { background-color: rgb(190,160,63); }

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

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

 span { border-color: rgb(190,160,63); }

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