#B99245

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

Shades of Roti #B99245

Tints of Roti #B99245

Color information

#B99245 (or 0xB99245) is unknown color: approx Roti. HEX triplet: B9, 92 and 45. RGB value is (185,146,69). Sum of RGB (Red+Green+Blue) = 185+146+69=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B99245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99245 is #466DBA. Grayscale: #959595. Windows color (decimal): -4615611 or 4559545. OLE color: 4559545.

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

Color convert

RGB18514669-
CMYK00.210.630.27
HSL39.83º45.67%49.8%-
HSV(B)39.83º62.7%72.55%-
XYZ31.3631.310.02-
YUV148.8882.92153.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.25%
GREEN value IS 146 (57.42% from 255) = 36.5%
BLUE value IS 69 (27.34% from 255) = 17.25%
R=46.25%
G=36.5%
B=17.25%

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
Decimal1851466900.210.630.2739.8345.6749.8
HexB992450153F1B282e32
Octal2712221050257733505662
Binary1011100110010010100010101010111111111011101000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99245; }

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

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

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

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

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

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

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

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