#BA9E25

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

Shades of Sahara #BA9E25

Tints of Sahara #BA9E25

Color information

#BA9E25 (or 0xBA9E25) is unknown color: approx Sahara. HEX triplet: BA, 9E and 25. RGB value is (186,158,37). Sum of RGB (Red+Green+Blue) = 186+158+37=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 37 (14.84% from 255 or 9.71% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9E25 is #4561DA. Grayscale: #999999. Windows color (decimal): -4547035 or 2465466. OLE color: 2465466.

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

Color convert

RGB18615837-
CMYK00.150.800.27
HSL48.72º66.82%43.73%-
HSV(B)48.72º80.11%72.94%-
XYZ32.8135.036.78-
YUV152.5862.78151.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.82%
GREEN value IS 158 (62.11% from 255) = 41.47%
BLUE value IS 37 (14.84% from 255) = 9.71%
R=48.82%
G=41.47%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861583700.150.800.2748.7266.8243.73
HexBA9E250F501B31432c
Octal27223645017120336110354
Binary1011101010011110100101011111010000110111100011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E25; }

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

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

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

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

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

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

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

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