#B19A41

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

Shades of Roti #B19A41

Tints of Roti #B19A41

Color information

#B19A41 (or 0xB19A41) is unknown color: approx Roti. HEX triplet: B1, 9A and 41. RGB value is (177,154,65). Sum of RGB (Red+Green+Blue) = 177+154+65=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A41 is #4E65BE. Grayscale: #979797. Windows color (decimal): -5137855 or 4299441. OLE color: 4299441.

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

Color convert

RGB17715465-
CMYK00.130.630.31
HSL47.68º46.28%47.45%-
HSV(B)47.68º63.28%69.41%-
XYZ30.6432.849.72-
YUV150.7379.62146.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 154 (60.55% from 255) = 38.89%
BLUE value IS 65 (25.78% from 255) = 16.41%
R=44.70%
G=38.89%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771546500.130.630.3147.6846.2847.45
HexB19A410D3F1F302e2f
Octal2612321010157737605657
Binary101100011001101010000010110111111111111110000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A41; }

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

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

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

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

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

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

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

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