#B69B26

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

Shades of Sahara #B69B26

Tints of Sahara #B69B26

Color information

#B69B26 (or 0xB69B26) is unknown color: approx Sahara. HEX triplet: B6, 9B and 26. RGB value is (182,155,38). Sum of RGB (Red+Green+Blue) = 182+155+38=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69B26 is #4964D9. Grayscale: #969696. Windows color (decimal): -4809946 or 2530230. OLE color: 2530230.

HSL color Cylindrical-coordinate representation of color #B69B26: hue angle of 48.75º 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 #B69B26 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB18215538-
CMYK00.150.790.29
HSL48.75º65.45%43.14%-
HSV(B)48.75º79.12%71.37%-
XYZ31.3633.536.65-
YUV149.7364.95151.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.53%
GREEN value IS 155 (60.94% from 255) = 41.33%
BLUE value IS 38 (15.23% from 255) = 10.13%
R=48.53%
G=41.33%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821553800.150.790.2948.7565.4543.14
HexB69B260F4F1D31412b
Octal26623346017117356110153
Binary1011011010011011100110011111001111111011100011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69B26; }

 p { color: rgb(182,155,38); }

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

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

 a { background-color: rgb(182,155,38); }

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

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

 span { border-color: rgb(182,155,38); }

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