#B69E28

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

Shades of Sahara #B69E28

Tints of Sahara #B69E28

Color information

#B69E28 (or 0xB69E28) is unknown color: approx Sahara. HEX triplet: B6, 9E and 28. RGB value is (182,158,40). Sum of RGB (Red+Green+Blue) = 182+158+40=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69E28 is #4961D7. Grayscale: #989898. Windows color (decimal): -4809176 or 2662070. OLE color: 2662070.

HSL color Cylindrical-coordinate representation of color #B69E28: hue angle of 49.86º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B69E28 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18215840-
CMYK00.130.780.29
HSL49.86º63.96%43.53%-
HSV(B)49.86º78.02%71.37%-
XYZ31.934.557-
YUV151.7264.95149.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.89%
GREEN value IS 158 (62.11% from 255) = 41.58%
BLUE value IS 40 (16.02% from 255) = 10.53%
R=47.89%
G=41.58%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821584000.130.780.2949.8663.9643.53
HexB69E280D4E1D32402c
Octal26623650015116356210054
Binary1011011010011110101000011011001110111011100101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69E28; }

 p { color: rgb(182,158,40); }

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

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

 a { background-color: rgb(182,158,40); }

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

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

 span { border-color: rgb(182,158,40); }

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