#B29938

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

Shades of Roti #B29938

Tints of Roti #B29938

Color information

#B29938 (or 0xB29938) is unknown color: approx Roti. HEX triplet: B2, 99 and 38. RGB value is (178,153,56). Sum of RGB (Red+Green+Blue) = 178+153+56=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 56 (22.27% from 255 or 14.47% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B29938 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29938 is #4D66C7. Grayscale: #959595. Windows color (decimal): -5072584 or 3709362. OLE color: 3709362.

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

Color convert

RGB17815356-
CMYK00.140.690.30
HSL47.7º52.14%45.88%-
HSV(B)47.7º68.54%69.8%-
XYZ30.4732.538.42-
YUV149.4275.28148.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 153 (60.16% from 255) = 39.53%
BLUE value IS 56 (22.27% from 255) = 14.47%
R=45.99%
G=39.53%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781535600.140.690.3047.752.1445.88
HexB299380E451E30342e
Octal2622317001610536606456
Binary101100101001100111100001110100010111110110000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29938; }

 p { color: rgb(178,153,56); }

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

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

 a { background-color: rgb(178,153,56); }

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

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

 span { border-color: rgb(178,153,56); }

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