#B3983C

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

Shades of Roti #B3983C

Tints of Roti #B3983C

Color information

#B3983C (or 0xB3983C) is unknown color: approx Roti. HEX triplet: B3, 98 and 3C. RGB value is (179,152,60). Sum of RGB (Red+Green+Blue) = 179+152+60=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B3983C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3983C is #4C67C3. Grayscale: #959595. Windows color (decimal): -5007300 or 3971251. OLE color: 3971251.

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

Color convert

RGB17915260-
CMYK00.150.660.30
HSL46.39º49.79%46.86%-
HSV(B)46.39º66.48%70.2%-
XYZ30.6332.378.91-
YUV149.5877.45148.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.78%
GREEN value IS 152 (59.77% from 255) = 38.87%
BLUE value IS 60 (23.83% from 255) = 15.35%
R=45.78%
G=38.87%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791526000.150.660.3046.3949.7946.86
HexB3983C0F421E2e322f
Octal2632307401710236566257
Binary101100111001100011110001111100001011110101110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3983C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3983C; }

 p { color: rgb(179,152,60); }

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

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

 a { background-color: rgb(179,152,60); }

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

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

 span { border-color: rgb(179,152,60); }

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