#B99347

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

Shades of Roti #B99347

Tints of Roti #B99347

Color information

#B99347 (or 0xB99347) is unknown color: approx Roti. HEX triplet: B9, 93 and 47. RGB value is (185,147,71). Sum of RGB (Red+Green+Blue) = 185+147+71=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B99347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99347 is #466CB8. Grayscale: #969696. Windows color (decimal): -4615353 or 4690873. OLE color: 4690873.

HSL color Cylindrical-coordinate representation of color #B99347: hue angle of 40º 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 #B99347 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB18514771-
CMYK00.210.620.27
HSL40º44.88%50.2%-
HSV(B)40º61.62%72.55%-
XYZ31.5831.6410.4-
YUV149.783.59153.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.91%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 71 (28.12% from 255) = 17.62%
R=45.91%
G=36.48%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851477100.210.620.274044.8850.2
HexB993470153E1B282d32
Octal2712231070257633505562
Binary1011100110010011100011101010111111011011101000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99347; }

 p { color: rgb(185,147,71); }

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

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

 a { background-color: rgb(185,147,71); }

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

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

 span { border-color: rgb(185,147,71); }

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