#b28f1f

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

Shades of Sahara #B28F1F

Tints of Sahara #B28F1F

Color information

#B28F1F (or 0xB28F1F) is unknown color: approx Sahara. HEX triplet: B2, 8F and 1F. RGB value is (178,143,31). Sum of RGB (Red+Green+Blue) = 178+143+31=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28F1F is #4D70E0. Grayscale: #8D8D8D. Windows color (decimal): -5075169 or 2068402. OLE color: 2068402.

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

Color convert

RGB17814331-
CMYK00.200.830.30
HSL45.71º70.33%40.98%-
HSV(B)45.71º82.58%69.8%-
XYZ28.4329.215.44-
YUV140.766.1154.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.57%
GREEN value IS 143 (56.25% from 255) = 40.62%
BLUE value IS 31 (12.5% from 255) = 8.81%
R=50.57%
G=40.62%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781433100.200.830.3045.7170.3340.98
HexB28F1F014531E2e4629
Octal26221737024123365610651
Binary1011001010001111111110101001010011111101011101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b28f1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b28f1f; }

 p { color: rgb(178,143,31); }

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

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

 a { background-color: rgb(178,143,31); }

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

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

 span { border-color: rgb(178,143,31); }

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