#B49D3F

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

Shades of Roti #B49D3F

Tints of Roti #B49D3F

Color information

#B49D3F (or 0xB49D3F) is unknown color: approx Roti. HEX triplet: B4, 9D and 3F. RGB value is (180,157,63). Sum of RGB (Red+Green+Blue) = 180+157+63=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49D3F is #4B62C0. Grayscale: #999999. Windows color (decimal): -4940481 or 4169140. OLE color: 4169140.

HSL color Cylindrical-coordinate representation of color #B49D3F: hue angle of 48.21º 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 #B49D3F is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB18015763-
CMYK00.130.650.29
HSL48.21º48.15%47.65%-
HSV(B)48.21º65%70.59%-
XYZ31.7834.189.62-
YUV153.1677.12147.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 157 (61.72% from 255) = 39.25%
BLUE value IS 63 (25% from 255) = 15.75%
R=45%
G=39.25%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801576300.130.650.2948.2148.1547.65
HexB49D3F0D411D303030
Octal2642357701510135606060
Binary101101001001110111111101101100000111101110000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D3F; }

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

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

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

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

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

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

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

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