#B59537

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

Shades of Roti #B59537

Tints of Roti #B59537

Color information

#B59537 (or 0xB59537) is unknown color: approx Roti. HEX triplet: B5, 95 and 37. RGB value is (181,149,55). Sum of RGB (Red+Green+Blue) = 181+149+55=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B59537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59537 is #4A6AC8. Grayscale: #949494. Windows color (decimal): -4877001 or 3642805. OLE color: 3642805.

HSL color Cylindrical-coordinate representation of color #B59537: hue angle of 44.76º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B59537 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB18114955-
CMYK00.180.700.29
HSL44.76º53.39%46.27%-
HSV(B)44.76º69.61%70.98%-
XYZ30.4931.598.11-
YUV147.8575.6151.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.01%
GREEN value IS 149 (58.59% from 255) = 38.70%
BLUE value IS 55 (21.88% from 255) = 14.29%
R=47.01%
G=38.70%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811495500.180.700.2944.7653.3946.27
HexB59537012461D2d352e
Octal2652256702210635556556
Binary1011010110010101110111010010100011011101101101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59537; }

 p { color: rgb(181,149,55); }

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

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

 a { background-color: rgb(181,149,55); }

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

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

 span { border-color: rgb(181,149,55); }

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