#BEA045

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

Shades of Roti #BEA045

Tints of Roti #BEA045

Color information

#BEA045 (or 0xBEA045) is unknown color: approx Roti. HEX triplet: BE, A0 and 45. RGB value is (190,160,69). Sum of RGB (Red+Green+Blue) = 190+160+69=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA045 is #415FBA. Grayscale: #9E9E9E. Windows color (decimal): -4284347 or 4563134. OLE color: 4563134.

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

Color convert

RGB19016069-
CMYK00.160.640.25
HSL45.12º48.21%50.78%-
HSV(B)45.12º63.68%74.51%-
XYZ34.8836.5210.84-
YUV158.677.44150.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 160 (62.89% from 255) = 38.19%
BLUE value IS 69 (27.34% from 255) = 16.47%
R=45.35%
G=38.19%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901606900.160.640.2545.1248.2150.78
HexBEA04501040192d3033
Octal27624010502010031556063
Binary10111110101000001000101010000100000011001101101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA045; }

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

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

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

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

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

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

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

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