#B29A35

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

Shades of Roti #B29A35

Tints of Roti #B29A35

Color information

#B29A35 (or 0xB29A35) is unknown color: approx Roti. HEX triplet: B2, 9A and 35. RGB value is (178,154,53). Sum of RGB (Red+Green+Blue) = 178+154+53=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A35 is #4D65CA. Grayscale: #969696. Windows color (decimal): -5072331 or 3513010. OLE color: 3513010.

HSL color Cylindrical-coordinate representation of color #B29A35: hue angle of 48.48º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B29A35 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB17815453-
CMYK00.130.700.30
HSL48.48º54.11%45.29%-
HSV(B)48.48º70.22%69.8%-
XYZ30.5632.838.1-
YUV149.6673.45148.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.23%
GREEN value IS 154 (60.55% from 255) = 40%
BLUE value IS 53 (21.09% from 255) = 13.77%
R=46.23%
G=40%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781545300.130.700.3048.4854.1145.29
HexB29A350D461E30362d
Octal2622326501510636606655
Binary101100101001101011010101101100011011110110000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29A35; }

 p { color: rgb(178,154,53); }

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

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

 a { background-color: rgb(178,154,53); }

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

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

 span { border-color: rgb(178,154,53); }

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