#BE9845

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

Shades of Roti #BE9845

Tints of Roti #BE9845

Color information

#BE9845 (or 0xBE9845) is unknown color: approx Roti. HEX triplet: BE, 98 and 45. RGB value is (190,152,69). Sum of RGB (Red+Green+Blue) = 190+152+69=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9845 is #4167BA. Grayscale: #9A9A9A. Windows color (decimal): -4286395 or 4561086. OLE color: 4561086.

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

Color convert

RGB19015269-
CMYK00.20.640.25
HSL41.16º48.21%50.78%-
HSV(B)41.16º63.68%74.51%-
XYZ33.5433.8310.39-
YUV153.980.09153.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 152 (59.77% from 255) = 36.98%
BLUE value IS 69 (27.34% from 255) = 16.79%
R=46.23%
G=36.98%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901526900.20.640.2541.1648.2150.78
HexBE98450144019293033
Octal27623010502410031516063
Binary10111110100110001000101010100100000011001101001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9845; }

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

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

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

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

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

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

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

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