#b99140

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

Shades of Roti #B99140

Tints of Roti #B99140

Color information

#B99140 (or 0xB99140) is unknown color: approx Roti. HEX triplet: B9, 91 and 40. RGB value is (185,145,64). Sum of RGB (Red+Green+Blue) = 185+145+64=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B99140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99140 is #466EBF. Grayscale: #949494. Windows color (decimal): -4615872 or 4231609. OLE color: 4231609.

HSL color Cylindrical-coordinate representation of color #B99140: hue angle of 40.17º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B99140 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB18514564-
CMYK00.220.650.27
HSL40.17º48.59%48.82%-
HSV(B)40.17º65.41%72.55%-
XYZ31.0630.949.18-
YUV147.7380.75154.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.95%
GREEN value IS 145 (57.03% from 255) = 36.80%
BLUE value IS 64 (25.39% from 255) = 16.24%
R=46.95%
G=36.80%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851456400.220.650.2740.1748.5948.82
HexB99140016411B283131
Octal27122110002610133506161
Binary10111001100100011000000010110100000111011101000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b99140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b99140; }

 p { color: rgb(185,145,64); }

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

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

 a { background-color: rgb(185,145,64); }

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

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

 span { border-color: rgb(185,145,64); }

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