#B99B45

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

Shades of Roti #B99B45

Tints of Roti #B99B45

Color information

#B99B45 (or 0xB99B45) is unknown color: approx Roti. HEX triplet: B9, 9B and 45. RGB value is (185,155,69). Sum of RGB (Red+Green+Blue) = 185+155+69=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99B45 is #4664BA. Grayscale: #9A9A9A. Windows color (decimal): -4613307 or 4561849. OLE color: 4561849.

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

Color convert

RGB18515569-
CMYK00.160.630.27
HSL44.48º45.67%49.8%-
HSV(B)44.48º62.7%72.55%-
XYZ32.834.1910.5-
YUV154.1779.94149.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 155 (60.94% from 255) = 37.90%
BLUE value IS 69 (27.34% from 255) = 16.87%
R=45.23%
G=37.90%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851556900.160.630.2744.4845.6749.8
HexB99B450103F1B2c2e32
Octal2712331050207733545662
Binary1011100110011011100010101000011111111011101100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99B45; }

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

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

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

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

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

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

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

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