#B69423

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

Shades of Sahara #B69423

Tints of Sahara #B69423

Color information

#B69423 (or 0xB69423) is unknown color: approx Sahara. HEX triplet: B6, 94 and 23. RGB value is (182,148,35). Sum of RGB (Red+Green+Blue) = 182+148+35=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 35 (14.06% from 255 or 9.59% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B69423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69423 is #496BDC. Grayscale: #919191. Windows color (decimal): -4811741 or 2331830. OLE color: 2331830.

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

Color convert

RGB18214835-
CMYK00.190.810.29
HSL46.12º67.74%42.55%-
HSV(B)46.12º80.77%71.37%-
XYZ30.1831.256.03-
YUV145.2865.76154.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.86%
GREEN value IS 148 (58.20% from 255) = 40.55%
BLUE value IS 35 (14.06% from 255) = 9.59%
R=49.86%
G=40.55%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821483500.190.810.2946.1267.7442.55
HexB69423013511D2e442b
Octal26622443023121355610453
Binary10110110100101001000110100111010001111011011101000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69423; }

 p { color: rgb(182,148,35); }

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

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

 a { background-color: rgb(182,148,35); }

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

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

 span { border-color: rgb(182,148,35); }

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