#B29726

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

Shades of Sahara #B29726

Tints of Sahara #B29726

Color information

#B29726 (or 0xB29726) is unknown color: approx Sahara. HEX triplet: B2, 97 and 26. RGB value is (178,151,38). Sum of RGB (Red+Green+Blue) = 178+151+38=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B29726 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29726 is #4D68D9. Grayscale: #929292. Windows color (decimal): -5073114 or 2529202. OLE color: 2529202.

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

Color convert

RGB17815138-
CMYK00.150.790.30
HSL48.43º64.81%42.35%-
HSV(B)48.43º78.65%69.8%-
XYZ29.7831.746.39-
YUV146.1966.95150.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.50%
GREEN value IS 151 (59.38% from 255) = 41.14%
BLUE value IS 38 (15.23% from 255) = 10.35%
R=48.50%
G=41.14%
B=10.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781513800.150.790.3048.4364.8142.35
HexB297260F4F1E30412a
Octal26222746017117366010152
Binary1011001010010111100110011111001111111101100001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29726; }

 p { color: rgb(178,151,38); }

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

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

 a { background-color: rgb(178,151,38); }

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

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

 span { border-color: rgb(178,151,38); }

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