#BE9844

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

Shades of Roti #BE9844

Tints of Roti #BE9844

Color information

#BE9844 (or 0xBE9844) is unknown color: approx Roti. HEX triplet: BE, 98 and 44. RGB value is (190,152,68). Sum of RGB (Red+Green+Blue) = 190+152+68=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 68 (26.95% from 255 or 16.59% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9844 is #4167BB. Grayscale: #9A9A9A. Windows color (decimal): -4286396 or 4495550. OLE color: 4495550.

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

Color convert

RGB19015268-
CMYK00.20.640.25
HSL41.31º48.41%50.59%-
HSV(B)41.31º64.21%74.51%-
XYZ33.5133.8210.23-
YUV153.7979.59153.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 152 (59.77% from 255) = 37.07%
BLUE value IS 68 (26.95% from 255) = 16.59%
R=46.34%
G=37.07%
B=16.59%

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
Decimal1901526800.20.640.2541.3148.4150.59
HexBE98440144019293033
Octal27623010402410031516063
Binary10111110100110001000100010100100000011001101001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9844; }

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

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

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

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

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

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

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

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