#B7A12D

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

Shades of Sahara #B7A12D

Tints of Sahara #B7A12D

Color information

#B7A12D (or 0xB7A12D) is unknown color: approx Sahara. HEX triplet: B7, A1 and 2D. RGB value is (183,161,45). Sum of RGB (Red+Green+Blue) = 183+161+45=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A12D is #485ED2. Grayscale: #9A9A9A. Windows color (decimal): -4742867 or 2990519. OLE color: 2990519.

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

Color convert

RGB18316145-
CMYK00.120.750.28
HSL50.43º60.53%44.71%-
HSV(B)50.43º75.41%71.76%-
XYZ32.7535.757.66-
YUV154.3566.29148.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 161 (63.28% from 255) = 41.39%
BLUE value IS 45 (17.97% from 255) = 11.57%
R=47.04%
G=41.39%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831614500.120.750.2850.4360.5344.71
HexB7A12D0C4B1C323d2d
Octal2672415501411334627555
Binary101101111010000110110101100100101111100110010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A12D; }

 p { color: rgb(183,161,45); }

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

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

 a { background-color: rgb(183,161,45); }

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

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

 span { border-color: rgb(183,161,45); }

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