#b9963e

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

Shades of Roti #B9963E

Tints of Roti #B9963E

Color information

#B9963E (or 0xB9963E) is unknown color: approx Roti. HEX triplet: B9, 96 and 3E. RGB value is (185,150,62). Sum of RGB (Red+Green+Blue) = 185+150+62=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9963E is #4669C1. Grayscale: #969696. Windows color (decimal): -4614594 or 4101817. OLE color: 4101817.

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

Color convert

RGB18515062-
CMYK00.190.660.27
HSL42.93º49.8%48.43%-
HSV(B)42.93º66.49%72.55%-
XYZ31.7832.479.15-
YUV150.4378.1152.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 150 (58.98% from 255) = 37.78%
BLUE value IS 62 (24.61% from 255) = 15.62%
R=46.60%
G=37.78%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851506200.190.660.2742.9349.848.43
HexB9963E013421B2b3230
Octal2712267602310233536260
Binary1011100110010110111110010011100001011011101011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9963e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9963e; }

 p { color: rgb(185,150,62); }

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

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

 a { background-color: rgb(185,150,62); }

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

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

 span { border-color: rgb(185,150,62); }

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