#BE9744

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

Shades of Roti #BE9744

Tints of Roti #BE9744

Color information

#BE9744 (or 0xBE9744) is unknown color: approx Roti. HEX triplet: BE, 97 and 44. RGB value is (190,151,68). Sum of RGB (Red+Green+Blue) = 190+151+68=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 68 (26.95% from 255 or 16.63% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9744 is #4168BB. Grayscale: #999999. Windows color (decimal): -4286652 or 4495294. OLE color: 4495294.

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

Color convert

RGB19015168-
CMYK00.210.640.25
HSL40.82º48.41%50.59%-
HSV(B)40.82º64.21%74.51%-
XYZ33.3533.510.18-
YUV153.279.92154.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 151 (59.38% from 255) = 36.92%
BLUE value IS 68 (26.95% from 255) = 16.63%
R=46.45%
G=36.92%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901516800.210.640.2540.8248.4150.59
HexBE97440154019293033
Octal27622710402510031516063
Binary10111110100101111000100010101100000011001101001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9744; }

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

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

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

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

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

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

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

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