#B99F44

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

Shades of Roti #B99F44

Tints of Roti #B99F44

Color information

#B99F44 (or 0xB99F44) is unknown color: approx Roti. HEX triplet: B9, 9F and 44. RGB value is (185,159,68). Sum of RGB (Red+Green+Blue) = 185+159+68=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99F44 is #4660BB. Grayscale: #9C9C9C. Windows color (decimal): -4612284 or 4497337. OLE color: 4497337.

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

Color convert

RGB18515968-
CMYK00.140.630.27
HSL46.67º46.25%49.61%-
HSV(B)46.67º63.24%72.55%-
XYZ33.4535.5310.56-
YUV156.478.11148.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.90%
GREEN value IS 159 (62.5% from 255) = 38.59%
BLUE value IS 68 (26.95% from 255) = 16.50%
R=44.90%
G=38.59%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851596800.140.630.2746.6746.2549.61
HexB99F440E3F1B2f2e32
Octal2712371040167733575662
Binary101110011001111110001000111011111111011101111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99F44; }

 p { color: rgb(185,159,68); }

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

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

 a { background-color: rgb(185,159,68); }

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

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

 span { border-color: rgb(185,159,68); }

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