#B19445

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

Shades of Roti #B19445

Tints of Roti #B19445

Color information

#B19445 (or 0xB19445) is unknown color: approx Roti. HEX triplet: B1, 94 and 45. RGB value is (177,148,69). Sum of RGB (Red+Green+Blue) = 177+148+69=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B19445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19445 is #4E6BBA. Grayscale: #949494. Windows color (decimal): -5139387 or 4560049. OLE color: 4560049.

HSL color Cylindrical-coordinate representation of color #B19445: hue angle of 43.89º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B19445 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB17714869-
CMYK00.160.610.31
HSL43.89º43.9%48.24%-
HSV(B)43.89º61.02%69.41%-
XYZ29.830.9610.04-
YUV147.6683.61148.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.92%
GREEN value IS 148 (58.20% from 255) = 37.56%
BLUE value IS 69 (27.34% from 255) = 17.51%
R=44.92%
G=37.56%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771486900.160.610.3143.8943.948.24
HexB194450103D1F2c2c30
Octal2612241050207537545460
Binary1011000110010100100010101000011110111111101100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19445; }

 p { color: rgb(177,148,69); }

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

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

 a { background-color: rgb(177,148,69); }

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

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

 span { border-color: rgb(177,148,69); }

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