#B19C26

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

Shades of Sahara #B19C26

Tints of Sahara #B19C26

Color information

#B19C26 (or 0xB19C26) is unknown color: approx Sahara. HEX triplet: B1, 9C and 26. RGB value is (177,156,38). Sum of RGB (Red+Green+Blue) = 177+156+38=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19C26 is #4E63D9. Grayscale: #959595. Windows color (decimal): -5137370 or 2530481. OLE color: 2530481.

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

Color convert

RGB17715638-
CMYK00.120.790.31
HSL50.94º64.65%42.16%-
HSV(B)50.94º78.53%69.41%-
XYZ30.3733.266.65-
YUV148.8365.46148.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.71%
GREEN value IS 156 (61.33% from 255) = 42.05%
BLUE value IS 38 (15.23% from 255) = 10.24%
R=47.71%
G=42.05%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771563800.120.790.3150.9464.6542.16
HexB19C260C4F1F33412a
Octal26123446014117376310152
Binary1011000110011100100110011001001111111111100111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19C26; }

 p { color: rgb(177,156,38); }

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

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

 a { background-color: rgb(177,156,38); }

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

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

 span { border-color: rgb(177,156,38); }

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