#B29541

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

Shades of Roti #B29541

Tints of Roti #B29541

Color information

#B29541 (or 0xB29541) is unknown color: approx Roti. HEX triplet: B2, 95 and 41. RGB value is (178,149,65). Sum of RGB (Red+Green+Blue) = 178+149+65=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B29541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29541 is #4D6ABE. Grayscale: #949494. Windows color (decimal): -5073599 or 4298162. OLE color: 4298162.

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

Color convert

RGB17814965-
CMYK00.160.630.30
HSL44.6º46.5%47.65%-
HSV(B)44.6º63.48%69.8%-
XYZ30.0631.349.47-
YUV148.181.11149.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.41%
GREEN value IS 149 (58.59% from 255) = 38.01%
BLUE value IS 65 (25.78% from 255) = 16.58%
R=45.41%
G=38.01%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781496500.160.630.3044.646.547.65
HexB295410103F1E2d2f30
Octal2622251010207736555760
Binary1011001010010101100000101000011111111110101101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29541; }

 p { color: rgb(178,149,65); }

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

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

 a { background-color: rgb(178,149,65); }

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

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

 span { border-color: rgb(178,149,65); }

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