#B59944

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

Shades of Roti #B59944

Tints of Roti #B59944

Color information

#B59944 (or 0xB59944) is unknown color: approx Roti. HEX triplet: B5, 99 and 44. RGB value is (181,153,68). Sum of RGB (Red+Green+Blue) = 181+153+68=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B59944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59944 is #4A66BB. Grayscale: #989898. Windows color (decimal): -4875964 or 4495797. OLE color: 4495797.

HSL color Cylindrical-coordinate representation of color #B59944: hue angle of 45.13º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B59944 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB18115368-
CMYK00.150.620.29
HSL45.13º45.38%48.82%-
HSV(B)45.13º62.43%70.98%-
XYZ31.4933.0210.18-
YUV151.6880.78148.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.02%
GREEN value IS 153 (60.16% from 255) = 38.06%
BLUE value IS 68 (26.95% from 255) = 16.92%
R=45.02%
G=38.06%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811536800.150.620.2945.1345.3848.82
HexB599440F3E1D2d2d31
Octal2652311040177635555561
Binary101101011001100110001000111111111011101101101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59944; }

 p { color: rgb(181,153,68); }

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

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

 a { background-color: rgb(181,153,68); }

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

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

 span { border-color: rgb(181,153,68); }

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