#B9953D

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

Shades of Roti #B9953D

Tints of Roti #B9953D

Color information

#B9953D (or 0xB9953D) is unknown color: approx Roti. HEX triplet: B9, 95 and 3D. RGB value is (185,149,61). Sum of RGB (Red+Green+Blue) = 185+149+61=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9953D is #466AC2. Grayscale: #969696. Windows color (decimal): -4614851 or 4036025. OLE color: 4036025.

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

Color convert

RGB18514961-
CMYK00.190.670.27
HSL42.58º50.41%48.24%-
HSV(B)42.58º67.03%72.55%-
XYZ31.632.158.95-
YUV149.7377.93153.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 149 (58.59% from 255) = 37.72%
BLUE value IS 61 (24.22% from 255) = 15.44%
R=46.84%
G=37.72%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851496100.190.670.2742.5850.4148.24
HexB9953D013431B2b3230
Octal2712257502310333536260
Binary1011100110010101111101010011100001111011101011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9953D; }

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

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

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

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

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

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

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

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