#B99543

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

Shades of Roti #B99543

Tints of Roti #B99543

Color information

#B99543 (or 0xB99543) is unknown color: approx Roti. HEX triplet: B9, 95 and 43. RGB value is (185,149,67). Sum of RGB (Red+Green+Blue) = 185+149+67=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 67 (26.56% from 255 or 16.71% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B99543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99543 is #466ABC. Grayscale: #969696. Windows color (decimal): -4614845 or 4429241. OLE color: 4429241.

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

Color convert

RGB18514967-
CMYK00.190.640.27
HSL41.69º46.83%49.41%-
HSV(B)41.69º63.78%72.55%-
XYZ31.7732.219.85-
YUV150.4280.93152.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 149 (58.59% from 255) = 37.16%
BLUE value IS 67 (26.56% from 255) = 16.71%
R=46.13%
G=37.16%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851496700.190.640.2741.6946.8349.41
HexB99543013401B2a2f31
Octal27122510302310033525761
Binary10111001100101011000011010011100000011011101010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99543; }

 p { color: rgb(185,149,67); }

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

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

 a { background-color: rgb(185,149,67); }

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

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

 span { border-color: rgb(185,149,67); }

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