#b49b3c

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

Shades of Roti #B49B3C

Tints of Roti #B49B3C

Color information

#B49B3C (or 0xB49B3C) is unknown color: approx Roti. HEX triplet: B4, 9B and 3C. RGB value is (180,155,60). Sum of RGB (Red+Green+Blue) = 180+155+60=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49B3C is #4B64C3. Grayscale: #989898. Windows color (decimal): -4940996 or 3972020. OLE color: 3972020.

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

Color convert

RGB18015560-
CMYK00.140.670.29
HSL47.5º50%47.06%-
HSV(B)47.5º66.67%70.59%-
XYZ31.3633.479.08-
YUV151.6576.28148.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 155 (60.94% from 255) = 39.24%
BLUE value IS 60 (23.83% from 255) = 15.19%
R=45.57%
G=39.24%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801556000.140.670.2947.55047.06
HexB49B3C0E431D30322f
Octal2642337401610335606257
Binary101101001001101111110001110100001111101110000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b49b3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b49b3c; }

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

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

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

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

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

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

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

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