#B69D27

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

Shades of Sahara #B69D27

Tints of Sahara #B69D27

Color information

#B69D27 (or 0xB69D27) is unknown color: approx Sahara. HEX triplet: B6, 9D and 27. RGB value is (182,157,39). Sum of RGB (Red+Green+Blue) = 182+157+39=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B69D27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69D27 is #4962D8. Grayscale: #979797. Windows color (decimal): -4809433 or 2596278. OLE color: 2596278.

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

Color convert

RGB18215739-
CMYK00.140.790.29
HSL49.51º64.71%43.33%-
HSV(B)49.51º78.57%71.37%-
XYZ31.7134.216.85-
YUV151.0264.78150.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.15%
GREEN value IS 157 (61.72% from 255) = 41.53%
BLUE value IS 39 (15.62% from 255) = 10.32%
R=48.15%
G=41.53%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821573900.140.790.2949.5164.7143.33
HexB69D270E4F1D32412b
Octal26623547016117356210153
Binary1011011010011101100111011101001111111011100101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69D27; }

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

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

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

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

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

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

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

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