#BA9C25

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

Shades of Sahara #BA9C25

Tints of Sahara #BA9C25

Color information

#BA9C25 (or 0xBA9C25) is unknown color: approx Sahara. HEX triplet: BA, 9C and 25. RGB value is (186,156,37). Sum of RGB (Red+Green+Blue) = 186+156+37=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C25 is #4563DA. Grayscale: #979797. Windows color (decimal): -4547547 or 2464954. OLE color: 2464954.

HSL color Cylindrical-coordinate representation of color #BA9C25: hue angle of 47.92º 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 #BA9C25 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB18615637-
CMYK00.160.800.27
HSL47.92º66.82%43.73%-
HSV(B)47.92º80.11%72.94%-
XYZ32.4734.356.67-
YUV151.463.44152.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.08%
GREEN value IS 156 (61.33% from 255) = 41.16%
BLUE value IS 37 (14.84% from 255) = 9.76%
R=49.08%
G=41.16%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861563700.160.800.2747.9266.8243.73
HexBA9C25010501B30432c
Octal27223445020120336010354
Binary10111010100111001001010100001010000110111100001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C25; }

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

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

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

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

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

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

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

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