#B29925

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

Shades of Sahara #B29925

Tints of Sahara #B29925

Color information

#B29925 (or 0xB29925) is unknown color: approx Sahara. HEX triplet: B2, 99 and 25. RGB value is (178,153,37). Sum of RGB (Red+Green+Blue) = 178+153+37=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B29925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29925 is #4D66DA. Grayscale: #939393. Windows color (decimal): -5072603 or 2464178. OLE color: 2464178.

HSL color Cylindrical-coordinate representation of color #B29925: hue angle of 49.36º degrees, saturation: 0.66, 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 #B29925 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB17815337-
CMYK00.140.790.30
HSL49.36º65.58%42.16%-
HSV(B)49.36º79.21%69.8%-
XYZ30.0932.386.41-
YUV147.2565.78149.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.37%
GREEN value IS 153 (60.16% from 255) = 41.58%
BLUE value IS 37 (14.84% from 255) = 10.05%
R=48.37%
G=41.58%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781533700.140.790.3049.3665.5842.16
HexB299250E4F1E31422a
Octal26223145016117366110252
Binary1011001010011001100101011101001111111101100011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29925; }

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

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

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

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

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

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

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

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