#B19641

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

Shades of Roti #B19641

Tints of Roti #B19641

Color information

#B19641 (or 0xB19641) is unknown color: approx Roti. HEX triplet: B1, 96 and 41. RGB value is (177,150,65). Sum of RGB (Red+Green+Blue) = 177+150+65=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B19641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19641 is #4E69BE. Grayscale: #949494. Windows color (decimal): -5138879 or 4298417. OLE color: 4298417.

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

Color convert

RGB17715065-
CMYK00.150.630.31
HSL45.54º46.28%47.45%-
HSV(B)45.54º63.28%69.41%-
XYZ29.9931.549.51-
YUV148.3880.95148.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 150 (58.98% from 255) = 38.27%
BLUE value IS 65 (25.78% from 255) = 16.58%
R=45.15%
G=38.27%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771506500.150.630.3145.5446.2847.45
HexB196410F3F1F2e2e2f
Octal2612261010177737565657
Binary101100011001011010000010111111111111111101110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19641; }

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

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

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

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

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

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

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

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