#BA9923

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

Shades of Sahara #BA9923

Tints of Sahara #BA9923

Color information

#BA9923 (or 0xBA9923) is unknown color: approx Sahara. HEX triplet: BA, 99 and 23. RGB value is (186,153,35). Sum of RGB (Red+Green+Blue) = 186+153+35=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 35 (14.06% from 255 or 9.36% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9923 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9923 is #4566DC. Grayscale: #959595. Windows color (decimal): -4548317 or 2333114. OLE color: 2333114.

HSL color Cylindrical-coordinate representation of color #BA9923: hue angle of 46.89º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA9923 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB18615335-
CMYK00.180.810.27
HSL46.89º68.33%43.33%-
HSV(B)46.89º81.18%72.94%-
XYZ31.9433.346.34-
YUV149.4263.43154.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.73%
GREEN value IS 153 (60.16% from 255) = 40.91%
BLUE value IS 35 (14.06% from 255) = 9.36%
R=49.73%
G=40.91%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861533500.180.810.2746.8968.3343.33
HexBA9923012511B2f442b
Octal27223143022121335710453
Binary10111010100110011000110100101010001110111011111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9923; }

 p { color: rgb(186,153,35); }

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

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

 a { background-color: rgb(186,153,35); }

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

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

 span { border-color: rgb(186,153,35); }

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