#B4933F

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

Shades of Roti #B4933F

Tints of Roti #B4933F

Color information

#B4933F (or 0xB4933F) is unknown color: approx Roti. HEX triplet: B4, 93 and 3F. RGB value is (180,147,63). Sum of RGB (Red+Green+Blue) = 180+147+63=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B4933F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4933F is #4B6CC0. Grayscale: #939393. Windows color (decimal): -4943041 or 4166580. OLE color: 4166580.

HSL color Cylindrical-coordinate representation of color #B4933F: hue angle of 43.08º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4933F is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB18014763-
CMYK00.180.650.29
HSL43.08º48.15%47.65%-
HSV(B)43.08º65%70.59%-
XYZ30.1530.939.08-
YUV147.2980.43151.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 147 (57.81% from 255) = 37.69%
BLUE value IS 63 (25% from 255) = 16.15%
R=46.15%
G=37.69%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801476300.180.650.2943.0848.1547.65
HexB4933F012411D2b3030
Octal2642237702210135536060
Binary1011010010010011111111010010100000111101101011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4933F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4933F; }

 p { color: rgb(180,147,63); }

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

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

 a { background-color: rgb(180,147,63); }

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

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

 span { border-color: rgb(180,147,63); }

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