#B3983E

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

Shades of Roti #B3983E

Tints of Roti #B3983E

Color information

#B3983E (or 0xB3983E) is unknown color: approx Roti. HEX triplet: B3, 98 and 3E. RGB value is (179,152,62). Sum of RGB (Red+Green+Blue) = 179+152+62=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B3983E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3983E is #4C67C1. Grayscale: #969696. Windows color (decimal): -5007298 or 4102323. OLE color: 4102323.

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

Color convert

RGB17915262-
CMYK00.150.650.30
HSL46.15º48.55%47.25%-
HSV(B)46.15º65.36%70.2%-
XYZ30.6932.399.19-
YUV149.8178.45148.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.55%
GREEN value IS 152 (59.77% from 255) = 38.68%
BLUE value IS 62 (24.61% from 255) = 15.78%
R=45.55%
G=38.68%
B=15.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791526200.150.650.3046.1548.5547.25
HexB3983E0F411E2e312f
Octal2632307601710136566157
Binary101100111001100011111001111100000111110101110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3983E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3983E; }

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

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

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

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

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

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

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

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