#B5943D

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

Shades of Roti #B5943D

Tints of Roti #B5943D

Color information

#B5943D (or 0xB5943D) is unknown color: approx Roti. HEX triplet: B5, 94 and 3D. RGB value is (181,148,61). Sum of RGB (Red+Green+Blue) = 181+148+61=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5943D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5943D is #4A6BC2. Grayscale: #949494. Windows color (decimal): -4877251 or 4035765. OLE color: 4035765.

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

Color convert

RGB18114861-
CMYK00.180.660.29
HSL43.5º49.59%47.45%-
HSV(B)43.5º66.3%70.98%-
XYZ30.4931.348.86-
YUV147.9578.93151.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.41%
GREEN value IS 148 (58.20% from 255) = 37.95%
BLUE value IS 61 (24.22% from 255) = 15.64%
R=46.41%
G=37.95%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811486100.180.660.2943.549.5947.45
HexB5943D012421D2c322f
Octal2652247502210235546257
Binary1011010110010100111101010010100001011101101100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5943D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5943D; }

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

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

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

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

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

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

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

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