#B3963E

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

Shades of Roti #B3963E

Tints of Roti #B3963E

Color information

#B3963E (or 0xB3963E) is unknown color: approx Roti. HEX triplet: B3, 96 and 3E. RGB value is (179,150,62). Sum of RGB (Red+Green+Blue) = 179+150+62=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B3963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3963E is #4C69C1. Grayscale: #959595. Windows color (decimal): -5007810 or 4101811. OLE color: 4101811.

HSL color Cylindrical-coordinate representation of color #B3963E: hue angle of 45.13º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3963E is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB17915062-
CMYK00.160.650.30
HSL45.13º48.55%47.25%-
HSV(B)45.13º65.36%70.2%-
XYZ30.3731.749.08-
YUV148.6479.11149.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.78%
GREEN value IS 150 (58.98% from 255) = 38.36%
BLUE value IS 62 (24.61% from 255) = 15.86%
R=45.78%
G=38.36%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791506200.160.650.3045.1348.5547.25
HexB3963E010411E2d312f
Octal2632267602010136556157
Binary1011001110010110111110010000100000111110101101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3963E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3963E; }

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

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

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

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

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

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

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

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