#B19640

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

Shades of Roti #B19640

Tints of Roti #B19640

Color information

#B19640 (or 0xB19640) is unknown color: approx Roti. HEX triplet: B1, 96 and 40. RGB value is (177,150,64). Sum of RGB (Red+Green+Blue) = 177+150+64=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B19640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19640 is #4E69BF. Grayscale: #949494. Windows color (decimal): -5138880 or 4232881. OLE color: 4232881.

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

Color convert

RGB17715064-
CMYK00.150.640.31
HSL45.66º46.89%47.25%-
HSV(B)45.66º63.84%69.41%-
XYZ29.9631.539.36-
YUV148.2780.45148.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 150 (58.98% from 255) = 38.36%
BLUE value IS 64 (25.39% from 255) = 16.37%
R=45.27%
G=38.36%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771506400.150.640.3145.6646.8947.25
HexB196400F401F2e2f2f
Octal26122610001710037565757
Binary1011000110010110100000001111100000011111101110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19640; }

 p { color: rgb(177,150,64); }

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

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

 a { background-color: rgb(177,150,64); }

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

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

 span { border-color: rgb(177,150,64); }

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