#B7A22F

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

Shades of Sahara #B7A22F

Tints of Sahara #B7A22F

Color information

#B7A22F (or 0xB7A22F) is unknown color: approx Sahara. HEX triplet: B7, A2 and 2F. RGB value is (183,162,47). Sum of RGB (Red+Green+Blue) = 183+162+47=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A22F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A22F is #485DD0. Grayscale: #9B9B9B. Windows color (decimal): -4742609 or 3121847. OLE color: 3121847.

HSL color Cylindrical-coordinate representation of color #B7A22F: hue angle of 50.74º degrees, saturation: 0.59, 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 #B7A22F is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB18316247-
CMYK00.110.740.28
HSL50.74º59.13%45.1%-
HSV(B)50.74º74.32%71.76%-
XYZ32.9636.117.92-
YUV155.1766.96147.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 162 (63.67% from 255) = 41.33%
BLUE value IS 47 (18.75% from 255) = 11.99%
R=46.68%
G=41.33%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831624700.110.740.2850.7459.1345.1
HexB7A22F0B4A1C333b2d
Octal2672425701311234637355
Binary101101111010001010111101011100101011100110011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A22F; }

 p { color: rgb(183,162,47); }

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

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

 a { background-color: rgb(183,162,47); }

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

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

 span { border-color: rgb(183,162,47); }

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