#B49A3F

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

Shades of Roti #B49A3F

Tints of Roti #B49A3F

Color information

#B49A3F (or 0xB49A3F) is unknown color: approx Roti. HEX triplet: B4, 9A and 3F. RGB value is (180,154,63). Sum of RGB (Red+Green+Blue) = 180+154+63=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49A3F is #4B65C0. Grayscale: #979797. Windows color (decimal): -4941249 or 4168372. OLE color: 4168372.

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

Color convert

RGB18015463-
CMYK00.140.650.29
HSL46.67º48.15%47.65%-
HSV(B)46.67º65%70.59%-
XYZ31.2833.179.46-
YUV151.478.11148.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 154 (60.55% from 255) = 38.79%
BLUE value IS 63 (25% from 255) = 15.87%
R=45.34%
G=38.79%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801546300.140.650.2946.6748.1547.65
HexB49A3F0E411D2f3030
Octal2642327701610135576060
Binary101101001001101011111101110100000111101101111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A3F; }

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

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

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

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

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

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

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

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