#b99a46

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

Shades of Roti #B99A46

Tints of Roti #B99A46

Color information

#B99A46 (or 0xB99A46) is unknown color: approx Roti. HEX triplet: B9, 9A and 46. RGB value is (185,154,70). Sum of RGB (Red+Green+Blue) = 185+154+70=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99A46 is #4665B9. Grayscale: #9A9A9A. Windows color (decimal): -4613562 or 4627129. OLE color: 4627129.

HSL color Cylindrical-coordinate representation of color #B99A46: hue angle of 43.83º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B99A46 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB18515470-
CMYK00.170.620.27
HSL43.83º45.1%50%-
HSV(B)43.83º62.16%72.55%-
XYZ32.6733.8710.61-
YUV153.6980.77150.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 154 (60.55% from 255) = 37.65%
BLUE value IS 70 (27.73% from 255) = 17.11%
R=45.23%
G=37.65%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851547000.170.620.2743.8345.150
HexB99A460113E1B2c2d32
Octal2712321060217633545562
Binary1011100110011010100011001000111111011011101100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b99a46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b99a46; }

 p { color: rgb(185,154,70); }

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

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

 a { background-color: rgb(185,154,70); }

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

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

 span { border-color: rgb(185,154,70); }

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