#B49941

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

Shades of Roti #B49941

Tints of Roti #B49941

Color information

#B49941 (or 0xB49941) is unknown color: approx Roti. HEX triplet: B4, 99 and 41. RGB value is (180,153,65). Sum of RGB (Red+Green+Blue) = 180+153+65=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B49941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49941 is #4B66BE. Grayscale: #979797. Windows color (decimal): -4941503 or 4299188. OLE color: 4299188.

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

Color convert

RGB18015365-
CMYK00.150.640.29
HSL45.91º46.94%48.04%-
HSV(B)45.91º63.89%70.59%-
XYZ31.1732.879.7-
YUV151.0479.45148.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 153 (60.16% from 255) = 38.44%
BLUE value IS 65 (25.78% from 255) = 16.33%
R=45.23%
G=38.44%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801536500.150.640.2945.9146.9448.04
HexB499410F401D2e2f30
Octal26423110101710035565760
Binary1011010010011001100000101111100000011101101110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49941; }

 p { color: rgb(180,153,65); }

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

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

 a { background-color: rgb(180,153,65); }

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

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

 span { border-color: rgb(180,153,65); }

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