#B5923D

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

Shades of Roti #B5923D

Tints of Roti #B5923D

Color information

#B5923D (or 0xB5923D) is unknown color: approx Roti. HEX triplet: B5, 92 and 3D. RGB value is (181,146,61). Sum of RGB (Red+Green+Blue) = 181+146+61=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5923D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5923D is #4A6DC2. Grayscale: #939393. Windows color (decimal): -4877763 or 4035253. OLE color: 4035253.

HSL color Cylindrical-coordinate representation of color #B5923D: hue angle of 42.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 #B5923D is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB18114661-
CMYK00.190.660.29
HSL42.5º49.59%47.45%-
HSV(B)42.5º66.3%70.98%-
XYZ30.1830.728.75-
YUV146.7879.6152.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.65%
GREEN value IS 146 (57.42% from 255) = 37.63%
BLUE value IS 61 (24.22% from 255) = 15.72%
R=46.65%
G=37.63%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811466100.190.660.2942.549.5947.45
HexB5923D013421D2a322f
Octal2652227502310235526257
Binary1011010110010010111101010011100001011101101010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5923D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5923D; }

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

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

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

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

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

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

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

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