#B29C3B

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

Shades of Roti #B29C3B

Tints of Roti #B29C3B

Color information

#B29C3B (or 0xB29C3B) is unknown color: approx Roti. HEX triplet: B2, 9C and 3B. RGB value is (178,156,59). Sum of RGB (Red+Green+Blue) = 178+156+59=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 59 (23.44% from 255 or 15.01% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29C3B is #4D63C4. Grayscale: #979797. Windows color (decimal): -5071813 or 3906738. OLE color: 3906738.

HSL color Cylindrical-coordinate representation of color #B29C3B: hue angle of 48.91º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B29C3B is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB17815659-
CMYK00.120.670.30
HSL48.91º50.21%46.47%-
HSV(B)48.91º66.85%69.8%-
XYZ31.0433.568.98-
YUV151.5275.79146.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.29%
GREEN value IS 156 (61.33% from 255) = 39.69%
BLUE value IS 59 (23.44% from 255) = 15.01%
R=45.29%
G=39.69%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781565900.120.670.3048.9150.2146.47
HexB29C3B0C431E31322e
Octal2622347301410336616256
Binary101100101001110011101101100100001111110110001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29C3B; }

 p { color: rgb(178,156,59); }

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

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

 a { background-color: rgb(178,156,59); }

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

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

 span { border-color: rgb(178,156,59); }

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