#B9963A

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

Shades of Roti #B9963A

Tints of Roti #B9963A

Color information

#B9963A (or 0xB9963A) is unknown color: approx Roti. HEX triplet: B9, 96 and 3A. RGB value is (185,150,58). Sum of RGB (Red+Green+Blue) = 185+150+58=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9963A is #4669C5. Grayscale: #969696. Windows color (decimal): -4614598 or 3839673. OLE color: 3839673.

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

Color convert

RGB18515058-
CMYK00.190.690.27
HSL43.46º52.26%47.65%-
HSV(B)43.46º68.65%72.55%-
XYZ31.6832.438.59-
YUV149.9876.1152.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.07%
GREEN value IS 150 (58.98% from 255) = 38.17%
BLUE value IS 58 (23.05% from 255) = 14.76%
R=47.07%
G=38.17%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851505800.190.690.2743.4652.2647.65
HexB9963A013451B2b3430
Octal2712267202310533536460
Binary1011100110010110111010010011100010111011101011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9963A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9963A; }

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

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

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

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

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

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

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

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