#B4901D

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

Shades of Sahara #B4901D

Tints of Sahara #B4901D

Color information

#B4901D (or 0xB4901D) is unknown color: approx Sahara. HEX triplet: B4, 90 and 1D. RGB value is (180,144,29). Sum of RGB (Red+Green+Blue) = 180+144+29=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B4901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4901D is #4B6FE2. Grayscale: #8E8E8E. Windows color (decimal): -4943843 or 1937588. OLE color: 1937588.

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

Color convert

RGB18014429-
CMYK00.20.840.29
HSL45.7º72.25%40.98%-
HSV(B)45.7º83.89%70.59%-
XYZ29.0229.745.37-
YUV141.6564.43155.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.99%
GREEN value IS 144 (56.64% from 255) = 40.79%
BLUE value IS 29 (11.72% from 255) = 8.22%
R=50.99%
G=40.79%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801442900.20.840.2945.772.2540.98
HexB4901D014541D2e4829
Octal26422035024124355611051
Binary1011010010010000111010101001010100111011011101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4901D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4901D; }

 p { color: rgb(180,144,29); }

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

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

 a { background-color: rgb(180,144,29); }

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

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

 span { border-color: rgb(180,144,29); }

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