#BA9B25

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

Shades of Sahara #BA9B25

Tints of Sahara #BA9B25

Color information

#BA9B25 (or 0xBA9B25) is unknown color: approx Sahara. HEX triplet: BA, 9B and 25. RGB value is (186,155,37). Sum of RGB (Red+Green+Blue) = 186+155+37=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9B25 is #4564DA. Grayscale: #979797. Windows color (decimal): -4547803 or 2464698. OLE color: 2464698.

HSL color Cylindrical-coordinate representation of color #BA9B25: hue angle of 47.52º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA9B25 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB18615537-
CMYK00.170.800.27
HSL47.52º66.82%43.73%-
HSV(B)47.52º80.11%72.94%-
XYZ32.334.026.61-
YUV150.8263.77153.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.21%
GREEN value IS 155 (60.94% from 255) = 41.01%
BLUE value IS 37 (14.84% from 255) = 9.79%
R=49.21%
G=41.01%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861553700.170.800.2747.5266.8243.73
HexBA9B25011501B30432c
Octal27223345021120336010354
Binary10111010100110111001010100011010000110111100001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9B25; }

 p { color: rgb(186,155,37); }

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

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

 a { background-color: rgb(186,155,37); }

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

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

 span { border-color: rgb(186,155,37); }

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