#B4942E

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

Shades of Sahara #B4942E

Tints of Sahara #B4942E

Color information

#B4942E (or 0xB4942E) is unknown color: approx Sahara. HEX triplet: B4, 94 and 2E. RGB value is (180,148,46). Sum of RGB (Red+Green+Blue) = 180+148+46=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B4942E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4942E is #4B6BD1. Grayscale: #929292. Windows color (decimal): -4942802 or 3052724. OLE color: 3052724.

HSL color Cylindrical-coordinate representation of color #B4942E: hue angle of 45.67º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4942E is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB18014846-
CMYK00.180.740.29
HSL45.67º59.29%44.31%-
HSV(B)45.67º74.44%70.59%-
XYZ29.9131.087.01-
YUV145.9471.6152.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.13%
GREEN value IS 148 (58.20% from 255) = 39.57%
BLUE value IS 46 (18.36% from 255) = 12.30%
R=48.13%
G=39.57%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801484600.180.740.2945.6759.2944.31
HexB4942E0124A1D2e3b2c
Octal2642245602211235567354
Binary1011010010010100101110010010100101011101101110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4942E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4942E; }

 p { color: rgb(180,148,46); }

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

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

 a { background-color: rgb(180,148,46); }

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

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

 span { border-color: rgb(180,148,46); }

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