#B7A02A

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

Shades of Sahara #B7A02A

Tints of Sahara #B7A02A

Color information

#B7A02A (or 0xB7A02A) is unknown color: approx Sahara. HEX triplet: B7, A0 and 2A. RGB value is (183,160,42). Sum of RGB (Red+Green+Blue) = 183+160+42=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A02A is #485FD5. Grayscale: #999999. Windows color (decimal): -4743126 or 2793655. OLE color: 2793655.

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

Color convert

RGB18316042-
CMYK00.130.770.28
HSL50.21º62.67%44.12%-
HSV(B)50.21º77.05%71.76%-
XYZ32.5235.387.3-
YUV153.4365.12149.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.53%
GREEN value IS 160 (62.89% from 255) = 41.56%
BLUE value IS 42 (16.80% from 255) = 10.91%
R=47.53%
G=41.56%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831604200.130.770.2850.2162.6744.12
HexB7A02A0D4D1C323f2c
Octal2672405201511534627754
Binary101101111010000010101001101100110111100110010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A02A; }

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

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

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

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

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

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

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

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