#B4981F

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

Shades of Sahara #B4981F

Tints of Sahara #B4981F

Color information

#B4981F (or 0xB4981F) is unknown color: approx Sahara. HEX triplet: B4, 98 and 1F. RGB value is (180,152,31). Sum of RGB (Red+Green+Blue) = 180+152+31=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B4981F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4981F is #4B67E0. Grayscale: #939393. Windows color (decimal): -4941793 or 2070708. OLE color: 2070708.

HSL color Cylindrical-coordinate representation of color #B4981F: hue angle of 48.72º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B4981F is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB18015231-
CMYK00.160.830.29
HSL48.72º70.62%41.37%-
HSV(B)48.72º82.78%70.59%-
XYZ30.332.265.93-
YUV146.5862.78151.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.59%
GREEN value IS 152 (59.77% from 255) = 41.87%
BLUE value IS 31 (12.5% from 255) = 8.54%
R=49.59%
G=41.87%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801523100.160.830.2948.7270.6241.37
HexB4981F010531D314729
Octal26423037020123356110751
Binary1011010010011000111110100001010011111011100011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4981F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4981F; }

 p { color: rgb(180,152,31); }

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

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

 a { background-color: rgb(180,152,31); }

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

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

 span { border-color: rgb(180,152,31); }

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