#B29840

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

Shades of Roti #B29840

Tints of Roti #B29840

Color information

#B29840 (or 0xB29840) is unknown color: approx Roti. HEX triplet: B2, 98 and 40. RGB value is (178,152,64). Sum of RGB (Red+Green+Blue) = 178+152+64=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B29840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29840 is #4D67BF. Grayscale: #969696. Windows color (decimal): -5072832 or 4233394. OLE color: 4233394.

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

Color convert

RGB17815264-
CMYK00.150.640.30
HSL46.32º47.11%47.45%-
HSV(B)46.32º64.04%69.8%-
XYZ30.5132.299.48-
YUV149.7479.61148.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.18%
GREEN value IS 152 (59.77% from 255) = 38.58%
BLUE value IS 64 (25.39% from 255) = 16.24%
R=45.18%
G=38.58%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781526400.150.640.3046.3247.1147.45
HexB298400F401E2e2f2f
Octal26223010001710036565757
Binary1011001010011000100000001111100000011110101110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29840; }

 p { color: rgb(178,152,64); }

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

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

 a { background-color: rgb(178,152,64); }

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

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

 span { border-color: rgb(178,152,64); }

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