#B3933C

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

Shades of Roti #B3933C

Tints of Roti #B3933C

Color information

#B3933C (or 0xB3933C) is unknown color: approx Roti. HEX triplet: B3, 93 and 3C. RGB value is (179,147,60). Sum of RGB (Red+Green+Blue) = 179+147+60=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B3933C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3933C is #4C6CC3. Grayscale: #939393. Windows color (decimal): -5008580 or 3969971. OLE color: 3969971.

HSL color Cylindrical-coordinate representation of color #B3933C: hue angle of 43.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 #B3933C is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB17914760-
CMYK00.180.660.30
HSL43.87º49.79%46.86%-
HSV(B)43.87º66.48%70.2%-
XYZ29.8430.788.64-
YUV146.6579.1151.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.37%
GREEN value IS 147 (57.81% from 255) = 38.08%
BLUE value IS 60 (23.83% from 255) = 15.54%
R=46.37%
G=38.08%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791476000.180.660.3043.8749.7946.86
HexB3933C012421E2c322f
Octal2632237402210236546257
Binary1011001110010011111100010010100001011110101100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3933C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3933C; }

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

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

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

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

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

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

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

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