#B4953E

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

Shades of Roti #B4953E

Tints of Roti #B4953E

Color information

#B4953E (or 0xB4953E) is unknown color: approx Roti. HEX triplet: B4, 95 and 3E. RGB value is (180,149,62). Sum of RGB (Red+Green+Blue) = 180+149+62=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B4953E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4953E is #4B6AC1. Grayscale: #949494. Windows color (decimal): -4942530 or 4101556. OLE color: 4101556.

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

Color convert

RGB18014962-
CMYK00.170.660.29
HSL44.24º48.76%47.45%-
HSV(B)44.24º65.56%70.59%-
XYZ30.4431.559.04-
YUV148.3579.27150.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 149 (58.59% from 255) = 38.11%
BLUE value IS 62 (24.61% from 255) = 15.86%
R=46.04%
G=38.11%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801496200.170.660.2944.2448.7647.45
HexB4953E011421D2c312f
Octal2642257602110235546157
Binary1011010010010101111110010001100001011101101100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4953E; }

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

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

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

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

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

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

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

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