#B19C23

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

Shades of Sahara #B19C23

Tints of Sahara #B19C23

Color information

#B19C23 (or 0xB19C23) is unknown color: approx Sahara. HEX triplet: B1, 9C and 23. RGB value is (177,156,35). Sum of RGB (Red+Green+Blue) = 177+156+35=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 35 (14.06% from 255 or 9.51% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19C23 is #4E63DC. Grayscale: #949494. Windows color (decimal): -5137373 or 2333873. OLE color: 2333873.

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

Color convert

RGB17715635-
CMYK00.120.800.31
HSL51.13º66.98%41.57%-
HSV(B)51.13º80.23%69.41%-
XYZ30.3233.256.41-
YUV148.4863.96148.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.10%
GREEN value IS 156 (61.33% from 255) = 42.39%
BLUE value IS 35 (14.06% from 255) = 9.51%
R=48.10%
G=42.39%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771563500.120.800.3151.1366.9841.57
HexB19C230C501F33432a
Octal26123443014120376310352
Binary1011000110011100100011011001010000111111100111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19C23; }

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

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

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

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

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

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

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

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