#B19446

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

Shades of Roti #B19446

Tints of Roti #B19446

Color information

#B19446 (or 0xB19446) is unknown color: approx Roti. HEX triplet: B1, 94 and 46. RGB value is (177,148,70). Sum of RGB (Red+Green+Blue) = 177+148+70=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B19446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19446 is #4E6BB9. Grayscale: #949494. Windows color (decimal): -5139386 or 4625585. OLE color: 4625585.

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

Color convert

RGB17714870-
CMYK00.160.600.31
HSL43.74º43.32%48.43%-
HSV(B)43.74º60.45%69.41%-
XYZ29.8330.9710.2-
YUV147.7884.11148.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 148 (58.20% from 255) = 37.47%
BLUE value IS 70 (27.73% from 255) = 17.72%
R=44.81%
G=37.47%
B=17.72%

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
Decimal1771487000.160.600.3143.7443.3248.43
HexB194460103C1F2c2b30
Octal2612241060207437545360
Binary1011000110010100100011001000011110011111101100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19446; }

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

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

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

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

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

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

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

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