#B3953C

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

Shades of Roti #B3953C

Tints of Roti #B3953C

Color information

#B3953C (or 0xB3953C) is unknown color: approx Roti. HEX triplet: B3, 95 and 3C. RGB value is (179,149,60). Sum of RGB (Red+Green+Blue) = 179+149+60=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B3953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3953C is #4C6AC3. Grayscale: #949494. Windows color (decimal): -5008068 or 3970483. OLE color: 3970483.

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

Color convert

RGB17914960-
CMYK00.170.660.30
HSL44.87º49.79%46.86%-
HSV(B)44.87º66.48%70.2%-
XYZ30.1531.48.75-
YUV147.8278.44150.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.13%
GREEN value IS 149 (58.59% from 255) = 38.40%
BLUE value IS 60 (23.83% from 255) = 15.46%
R=46.13%
G=38.40%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791496000.170.660.3044.8749.7946.86
HexB3953C011421E2d322f
Octal2632257402110236556257
Binary1011001110010101111100010001100001011110101101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3953C; }

 p { color: rgb(179,149,60); }

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

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

 a { background-color: rgb(179,149,60); }

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

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

 span { border-color: rgb(179,149,60); }

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