#B99948

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

Shades of Roti #B99948

Tints of Roti #B99948

Color information

#B99948 (or 0xB99948) is unknown color: approx Roti. HEX triplet: B9, 99 and 48. RGB value is (185,153,72). Sum of RGB (Red+Green+Blue) = 185+153+72=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B99948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99948 is #4666B7. Grayscale: #999999. Windows color (decimal): -4613816 or 4757945. OLE color: 4757945.

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

Color convert

RGB18515372-
CMYK00.170.610.27
HSL43.01º44.66%50.39%-
HSV(B)43.01º61.08%72.55%-
XYZ32.5733.5610.89-
YUV153.3382.1150.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.12%
GREEN value IS 153 (60.16% from 255) = 37.32%
BLUE value IS 72 (28.52% from 255) = 17.56%
R=45.12%
G=37.32%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851537200.170.610.2743.0144.6650.39
HexB999480113D1B2b2d32
Octal2712311100217533535562
Binary1011100110011001100100001000111110111011101011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99948; }

 p { color: rgb(185,153,72); }

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

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

 a { background-color: rgb(185,153,72); }

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

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

 span { border-color: rgb(185,153,72); }

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