#B9982D

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

Shades of Sahara #B9982D

Tints of Sahara #B9982D

Color information

#B9982D (or 0xB9982D) is unknown color: approx Sahara. HEX triplet: B9, 98 and 2D. RGB value is (185,152,45). Sum of RGB (Red+Green+Blue) = 185+152+45=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B9982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9982D is #4667D2. Grayscale: #969696. Windows color (decimal): -4614099 or 2988217. OLE color: 2988217.

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

Color convert

RGB18515245-
CMYK00.180.760.27
HSL45.86º60.87%45.1%-
HSV(B)45.86º75.68%72.55%-
XYZ31.7132.967.17-
YUV149.6768.93153.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.43%
GREEN value IS 152 (59.77% from 255) = 39.79%
BLUE value IS 45 (17.97% from 255) = 11.78%
R=48.43%
G=39.79%
B=11.78%

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
Decimal1851524500.180.760.2745.8660.8745.1
HexB9982D0124C1B2e3d2d
Octal2712305502211433567555
Binary1011100110011000101101010010100110011011101110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9982D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9982D; }

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

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

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

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

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

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

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

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