#B3983A

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

Shades of Roti #B3983A

Tints of Roti #B3983A

Color information

#B3983A (or 0xB3983A) is unknown color: approx Roti. HEX triplet: B3, 98 and 3A. RGB value is (179,152,58). Sum of RGB (Red+Green+Blue) = 179+152+58=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3983A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3983A is #4C67C5. Grayscale: #959595. Windows color (decimal): -5007302 or 3840179. OLE color: 3840179.

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

Color convert

RGB17915258-
CMYK00.150.680.30
HSL46.61º51.05%46.47%-
HSV(B)46.61º67.6%70.2%-
XYZ30.5832.358.63-
YUV149.3676.45149.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.02%
GREEN value IS 152 (59.77% from 255) = 39.07%
BLUE value IS 58 (23.05% from 255) = 14.91%
R=46.02%
G=39.07%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791525800.150.680.3046.6151.0546.47
HexB3983A0F441E2f332e
Octal2632307201710436576356
Binary101100111001100011101001111100010011110101111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3983A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3983A; }

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

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

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

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

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

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

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

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