#BE9947

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

Shades of Roti #BE9947

Tints of Roti #BE9947

Color information

#BE9947 (or 0xBE9947) is unknown color: approx Roti. HEX triplet: BE, 99 and 47. RGB value is (190,153,71). Sum of RGB (Red+Green+Blue) = 190+153+71=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9947 is #4166B8. Grayscale: #9B9B9B. Windows color (decimal): -4286137 or 4692414. OLE color: 4692414.

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

Color convert

RGB19015371-
CMYK00.190.630.25
HSL41.34º47.79%51.18%-
HSV(B)41.34º62.63%74.51%-
XYZ33.7634.1810.78-
YUV154.7180.76153.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 153 (60.16% from 255) = 36.96%
BLUE value IS 71 (28.12% from 255) = 17.15%
R=45.89%
G=36.96%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901537100.190.630.2541.3447.7951.18
HexBE99470133F19293033
Octal2762311070237731516063
Binary1011111010011001100011101001111111111001101001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9947; }

 p { color: rgb(190,153,71); }

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

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

 a { background-color: rgb(190,153,71); }

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

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

 span { border-color: rgb(190,153,71); }

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