#B99345

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

Shades of Roti #B99345

Tints of Roti #B99345

Color information

#B99345 (or 0xB99345) is unknown color: approx Roti. HEX triplet: B9, 93 and 45. RGB value is (185,147,69). Sum of RGB (Red+Green+Blue) = 185+147+69=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B99345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99345 is #466CBA. Grayscale: #959595. Windows color (decimal): -4615355 or 4559801. OLE color: 4559801.

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

Color convert

RGB18514769-
CMYK00.210.630.27
HSL40.34º45.67%49.8%-
HSV(B)40.34º62.7%72.55%-
XYZ31.5231.6110.07-
YUV149.4782.59153.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 147 (57.81% from 255) = 36.66%
BLUE value IS 69 (27.34% from 255) = 17.21%
R=46.13%
G=36.66%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851476900.210.630.2740.3445.6749.8
HexB993450153F1B282e32
Octal2712231050257733505662
Binary1011100110010011100010101010111111111011101000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99345; }

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

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

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

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

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

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

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

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