#B19545

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

Shades of Roti #B19545

Tints of Roti #B19545

Color information

#B19545 (or 0xB19545) is unknown color: approx Roti. HEX triplet: B1, 95 and 45. RGB value is (177,149,69). Sum of RGB (Red+Green+Blue) = 177+149+69=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B19545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19545 is #4E6ABA. Grayscale: #949494. Windows color (decimal): -5139131 or 4560305. OLE color: 4560305.

HSL color Cylindrical-coordinate representation of color #B19545: hue angle of 44.44º 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 #B19545 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB17714969-
CMYK00.160.610.31
HSL44.44º43.9%48.24%-
HSV(B)44.44º61.02%69.41%-
XYZ29.9531.2710.09-
YUV148.2583.28148.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 149 (58.59% from 255) = 37.72%
BLUE value IS 69 (27.34% from 255) = 17.47%
R=44.81%
G=37.72%
B=17.47%

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
Decimal1771496900.160.610.3144.4443.948.24
HexB195450103D1F2c2c30
Octal2612251050207537545460
Binary1011000110010101100010101000011110111111101100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19545; }

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

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

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

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

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

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

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

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