#b4932a

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

Shades of Sahara #B4932A

Tints of Sahara #B4932A

Color information

#B4932A (or 0xB4932A) is unknown color: approx Sahara. HEX triplet: B4, 93 and 2A. RGB value is (180,147,42). Sum of RGB (Red+Green+Blue) = 180+147+42=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B4932A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4932A is #4B6CD5. Grayscale: #919191. Windows color (decimal): -4943062 or 2790324. OLE color: 2790324.

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

Color convert

RGB18014742-
CMYK00.180.770.29
HSL45.65º62.16%43.53%-
HSV(B)45.65º76.67%70.59%-
XYZ29.6730.746.56-
YUV144.969.93153.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 42 (16.80% from 255) = 11.38%
R=48.78%
G=39.84%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801474200.180.770.2945.6562.1643.53
HexB4932A0124D1D2e3e2c
Octal2642235202211535567654
Binary1011010010010011101010010010100110111101101110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4932a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4932a; }

 p { color: rgb(180,147,42); }

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

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

 a { background-color: rgb(180,147,42); }

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

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

 span { border-color: rgb(180,147,42); }

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