#B59A3D

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

Shades of Roti #B59A3D

Tints of Roti #B59A3D

Color information

#B59A3D (or 0xB59A3D) is unknown color: approx Roti. HEX triplet: B5, 9A and 3D. RGB value is (181,154,61). Sum of RGB (Red+Green+Blue) = 181+154+61=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59A3D is #4A65C2. Grayscale: #979797. Windows color (decimal): -4875715 or 4037301. OLE color: 4037301.

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

Color convert

RGB18115461-
CMYK00.150.660.29
HSL46.5º49.59%47.45%-
HSV(B)46.5º66.3%70.98%-
XYZ31.4533.279.18-
YUV151.4776.95149.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.71%
GREEN value IS 154 (60.55% from 255) = 38.89%
BLUE value IS 61 (24.22% from 255) = 15.40%
R=45.71%
G=38.89%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811546100.150.660.2946.549.5947.45
HexB59A3D0F421D2e322f
Octal2652327501710235566257
Binary101101011001101011110101111100001011101101110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59A3D; }

 p { color: rgb(181,154,61); }

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

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

 a { background-color: rgb(181,154,61); }

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

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

 span { border-color: rgb(181,154,61); }

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