#be9b48

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

Shades of Roti #BE9B48

Tints of Roti #BE9B48

Color information

#BE9B48 (or 0xBE9B48) is unknown color: approx Roti. HEX triplet: BE, 9B and 48. RGB value is (190,155,72). Sum of RGB (Red+Green+Blue) = 190+155+72=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9B48 is #4164B7. Grayscale: #9C9C9C. Windows color (decimal): -4285624 or 4758462. OLE color: 4758462.

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

Color convert

RGB19015572-
CMYK00.180.620.25
HSL42.2º47.58%51.37%-
HSV(B)42.2º62.11%74.51%-
XYZ34.1334.8611.06-
YUV15680.6152.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.56%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 72 (28.52% from 255) = 17.27%
R=45.56%
G=37.17%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901557200.180.620.2542.247.5851.37
HexBE9B480123E192a3033
Octal2762331100227631526063
Binary1011111010011011100100001001011111011001101010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be9b48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be9b48; }

 p { color: rgb(190,155,72); }

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

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

 a { background-color: rgb(190,155,72); }

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

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

 span { border-color: rgb(190,155,72); }

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