#B19941

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

Shades of Roti #B19941

Tints of Roti #B19941

Color information

#B19941 (or 0xB19941) is unknown color: approx Roti. HEX triplet: B1, 99 and 41. RGB value is (177,153,65). Sum of RGB (Red+Green+Blue) = 177+153+65=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B19941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19941 is #4E66BE. Grayscale: #969696. Windows color (decimal): -5138111 or 4299185. OLE color: 4299185.

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

Color convert

RGB17715365-
CMYK00.140.630.31
HSL47.14º46.28%47.45%-
HSV(B)47.14º63.28%69.41%-
XYZ30.4832.519.67-
YUV150.1479.95147.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 153 (60.16% from 255) = 38.73%
BLUE value IS 65 (25.78% from 255) = 16.46%
R=44.81%
G=38.73%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771536500.140.630.3147.1446.2847.45
HexB199410E3F1F2f2e2f
Octal2612311010167737575657
Binary101100011001100110000010111011111111111101111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19941; }

 p { color: rgb(177,153,65); }

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

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

 a { background-color: rgb(177,153,65); }

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

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

 span { border-color: rgb(177,153,65); }

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