#B19546

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

Shades of Roti #B19546

Tints of Roti #B19546

Color information

#B19546 (or 0xB19546) is unknown color: approx Roti. HEX triplet: B1, 95 and 46. RGB value is (177,149,70). Sum of RGB (Red+Green+Blue) = 177+149+70=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B19546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19546 is #4E6AB9. Grayscale: #949494. Windows color (decimal): -5139130 or 4625841. OLE color: 4625841.

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

Color convert

RGB17714970-
CMYK00.160.600.31
HSL44.3º43.32%48.43%-
HSV(B)44.3º60.45%69.41%-
XYZ29.9831.2810.25-
YUV148.3783.78148.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 149 (58.59% from 255) = 37.63%
BLUE value IS 70 (27.73% from 255) = 17.68%
R=44.70%
G=37.63%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771497000.160.600.3144.343.3248.43
HexB195460103C1F2c2b30
Octal2612251060207437545360
Binary1011000110010101100011001000011110011111101100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19546; }

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

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

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

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

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

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

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

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