#b59438

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

Shades of Roti #B59438

Tints of Roti #B59438

Color information

#B59438 (or 0xB59438) is unknown color: approx Roti. HEX triplet: B5, 94 and 38. RGB value is (181,148,56). Sum of RGB (Red+Green+Blue) = 181+148+56=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B59438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59438 is #4A6BC7. Grayscale: #939393. Windows color (decimal): -4877256 or 3708085. OLE color: 3708085.

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

Color convert

RGB18114856-
CMYK00.180.690.29
HSL44.16º52.74%46.47%-
HSV(B)44.16º69.06%70.98%-
XYZ30.3631.298.18-
YUV147.3876.43151.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.01%
GREEN value IS 148 (58.20% from 255) = 38.44%
BLUE value IS 56 (22.27% from 255) = 14.55%
R=47.01%
G=38.44%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811485600.180.690.2944.1652.7446.47
HexB59438012451D2c352e
Octal2652247002210535546556
Binary1011010110010100111000010010100010111101101100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b59438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b59438; }

 p { color: rgb(181,148,56); }

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

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

 a { background-color: rgb(181,148,56); }

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

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

 span { border-color: rgb(181,148,56); }

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