#B69327

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

Shades of Sahara #B69327

Tints of Sahara #B69327

Color information

#B69327 (or 0xB69327) is unknown color: approx Sahara. HEX triplet: B6, 93 and 27. RGB value is (182,147,39). Sum of RGB (Red+Green+Blue) = 182+147+39=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 39 (15.62% from 255 or 10.60% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B69327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69327 is #496CD8. Grayscale: #919191. Windows color (decimal): -4811993 or 2593718. OLE color: 2593718.

HSL color Cylindrical-coordinate representation of color #B69327: hue angle of 45.31º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B69327 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB18214739-
CMYK00.190.790.29
HSL45.31º64.71%43.33%-
HSV(B)45.31º78.57%71.37%-
XYZ30.0930.966.31-
YUV145.1568.1154.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.46%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 39 (15.62% from 255) = 10.60%
R=49.46%
G=39.95%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821473900.190.790.2945.3164.7143.33
HexB693270134F1D2d412b
Octal26622347023117355510153
Binary10110110100100111001110100111001111111011011011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69327; }

 p { color: rgb(182,147,39); }

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

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

 a { background-color: rgb(182,147,39); }

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

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

 span { border-color: rgb(182,147,39); }

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