#B19B39

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

Shades of Roti #B19B39

Tints of Roti #B19B39

Color information

#B19B39 (or 0xB19B39) is unknown color: approx Roti. HEX triplet: B1, 9B and 39. RGB value is (177,155,57). Sum of RGB (Red+Green+Blue) = 177+155+57=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 57 (22.66% from 255 or 14.65% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19B39 is #4E64C6. Grayscale: #969696. Windows color (decimal): -5137607 or 3775409. OLE color: 3775409.

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

Color convert

RGB17715557-
CMYK00.120.680.31
HSL49º51.28%45.88%-
HSV(B)49º67.8%69.41%-
XYZ30.5933.098.64-
YUV150.4175.29146.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 155 (60.94% from 255) = 39.85%
BLUE value IS 57 (22.66% from 255) = 14.65%
R=45.50%
G=39.85%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771555700.120.680.314951.2845.88
HexB19B390C441F31332e
Octal2612337101410437616356
Binary101100011001101111100101100100010011111110001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19B39; }

 p { color: rgb(177,155,57); }

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

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

 a { background-color: rgb(177,155,57); }

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

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

 span { border-color: rgb(177,155,57); }

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