#B99B37

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

Shades of Roti #B99B37

Tints of Roti #B99B37

Color information

#B99B37 (or 0xB99B37) is unknown color: approx Roti. HEX triplet: B9, 9B and 37. RGB value is (185,155,55). Sum of RGB (Red+Green+Blue) = 185+155+55=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99B37 is #4664C8. Grayscale: #999999. Windows color (decimal): -4613321 or 3644345. OLE color: 3644345.

HSL color Cylindrical-coordinate representation of color #B99B37: hue angle of 46.15º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B99B37 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18515555-
CMYK00.160.700.27
HSL46.15º54.17%47.06%-
HSV(B)46.15º70.27%72.55%-
XYZ32.4234.038.47-
YUV152.5772.94151.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 155 (60.94% from 255) = 39.24%
BLUE value IS 55 (21.88% from 255) = 13.92%
R=46.84%
G=39.24%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851555500.160.700.2746.1554.1747.06
HexB99B37010461B2e362f
Octal2712336702010633566657
Binary1011100110011011110111010000100011011011101110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99B37; }

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

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

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

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

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

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

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

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