#BA982D

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

Shades of Sahara #BA982D

Tints of Sahara #BA982D

Color information

#BA982D (or 0xBA982D) is unknown color: approx Sahara. HEX triplet: BA, 98 and 2D. RGB value is (186,152,45). Sum of RGB (Red+Green+Blue) = 186+152+45=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA982D is #4567D2. Grayscale: #969696. Windows color (decimal): -4548563 or 2988218. OLE color: 2988218.

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

Color convert

RGB18615245-
CMYK00.180.760.27
HSL45.53º61.04%45.29%-
HSV(B)45.53º75.81%72.94%-
XYZ31.9533.097.18-
YUV149.9768.76153.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 152 (59.77% from 255) = 39.69%
BLUE value IS 45 (17.97% from 255) = 11.75%
R=48.56%
G=39.69%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861524500.180.760.2745.5361.0445.29
HexBA982D0124C1B2e3d2d
Octal2722305502211433567555
Binary1011101010011000101101010010100110011011101110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA982D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA982D; }

 p { color: rgb(186,152,45); }

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

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

 a { background-color: rgb(186,152,45); }

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

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

 span { border-color: rgb(186,152,45); }

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