#B7A030

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

Shades of Sahara #B7A030

Tints of Sahara #B7A030

Color information

#B7A030 (or 0xB7A030) is unknown color: approx Sahara. HEX triplet: B7, A0 and 30. RGB value is (183,160,48). Sum of RGB (Red+Green+Blue) = 183+160+48=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A030 is #485FCF. Grayscale: #9A9A9A. Windows color (decimal): -4743120 or 3186871. OLE color: 3186871.

HSL color Cylindrical-coordinate representation of color #B7A030: hue angle of 49.78º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7A030 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB18316048-
CMYK00.130.740.28
HSL49.78º58.44%45.29%-
HSV(B)49.78º73.77%71.76%-
XYZ32.6335.427.91-
YUV154.1168.12148.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.80%
GREEN value IS 160 (62.89% from 255) = 40.92%
BLUE value IS 48 (19.14% from 255) = 12.28%
R=46.80%
G=40.92%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831604800.130.740.2849.7858.4445.29
HexB7A0300D4A1C323a2d
Octal2672406001511234627255
Binary101101111010000011000001101100101011100110010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A030; }

 p { color: rgb(183,160,48); }

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

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

 a { background-color: rgb(183,160,48); }

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

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

 span { border-color: rgb(183,160,48); }

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