#B5983E

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

Shades of Roti #B5983E

Tints of Roti #B5983E

Color information

#B5983E (or 0xB5983E) is unknown color: approx Roti. HEX triplet: B5, 98 and 3E. RGB value is (181,152,62). Sum of RGB (Red+Green+Blue) = 181+152+62=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B5983E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5983E is #4A67C1. Grayscale: #969696. Windows color (decimal): -4876226 or 4102325. OLE color: 4102325.

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

Color convert

RGB18115262-
CMYK00.160.660.29
HSL45.38º48.97%47.65%-
HSV(B)45.38º65.75%70.98%-
XYZ31.1532.639.21-
YUV150.4178.11149.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.82%
GREEN value IS 152 (59.77% from 255) = 38.48%
BLUE value IS 62 (24.61% from 255) = 15.70%
R=45.82%
G=38.48%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811526200.160.660.2945.3848.9747.65
HexB5983E010421D2d3130
Octal2652307602010235556160
Binary1011010110011000111110010000100001011101101101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5983E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5983E; }

 p { color: rgb(181,152,62); }

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

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

 a { background-color: rgb(181,152,62); }

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

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

 span { border-color: rgb(181,152,62); }

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