#B4943E

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

Shades of Roti #B4943E

Tints of Roti #B4943E

Color information

#B4943E (or 0xB4943E) is unknown color: approx Roti. HEX triplet: B4, 94 and 3E. RGB value is (180,148,62). Sum of RGB (Red+Green+Blue) = 180+148+62=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B4943E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4943E is #4B6BC1. Grayscale: #949494. Windows color (decimal): -4942786 or 4101300. OLE color: 4101300.

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

Color convert

RGB18014862-
CMYK00.180.660.29
HSL43.73º48.76%47.45%-
HSV(B)43.73º65.56%70.59%-
XYZ30.2831.238.99-
YUV147.7679.6150.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 148 (58.20% from 255) = 37.95%
BLUE value IS 62 (24.61% from 255) = 15.90%
R=46.15%
G=37.95%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801486200.180.660.2943.7348.7647.45
HexB4943E012421D2c312f
Octal2642247602210235546157
Binary1011010010010100111110010010100001011101101100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4943E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4943E; }

 p { color: rgb(180,148,62); }

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

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

 a { background-color: rgb(180,148,62); }

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

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

 span { border-color: rgb(180,148,62); }

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