#B4933C

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

Shades of Roti #B4933C

Tints of Roti #B4933C

Color information

#B4933C (or 0xB4933C) is unknown color: approx Roti. HEX triplet: B4, 93 and 3C. RGB value is (180,147,60). Sum of RGB (Red+Green+Blue) = 180+147+60=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B4933C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4933C is #4B6CC3. Grayscale: #939393. Windows color (decimal): -4943044 or 3969972. OLE color: 3969972.

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

Color convert

RGB18014760-
CMYK00.180.670.29
HSL43.5º50%47.06%-
HSV(B)43.5º66.67%70.59%-
XYZ30.0730.98.65-
YUV146.9578.93151.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 147 (57.81% from 255) = 37.98%
BLUE value IS 60 (23.83% from 255) = 15.50%
R=46.51%
G=37.98%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801476000.180.670.2943.55047.06
HexB4933C012431D2c322f
Octal2642237402210335546257
Binary1011010010010011111100010010100001111101101100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4933C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4933C; }

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

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

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

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

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

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

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

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