#B6952E

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

Shades of Sahara #B6952E

Tints of Sahara #B6952E

Color information

#B6952E (or 0xB6952E) is unknown color: approx Sahara. HEX triplet: B6, 95 and 2E. RGB value is (182,149,46). Sum of RGB (Red+Green+Blue) = 182+149+46=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B6952E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6952E is #496AD1. Grayscale: #939393. Windows color (decimal): -4811474 or 3052982. OLE color: 3052982.

HSL color Cylindrical-coordinate representation of color #B6952E: hue angle of 45.44º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6952E is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB18214946-
CMYK00.180.750.29
HSL45.44º59.65%44.71%-
HSV(B)45.44º74.73%71.37%-
XYZ30.5331.647.08-
YUV147.1270.93152.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.28%
GREEN value IS 149 (58.59% from 255) = 39.52%
BLUE value IS 46 (18.36% from 255) = 12.20%
R=48.28%
G=39.52%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821494600.180.750.2945.4459.6544.71
HexB6952E0124B1D2d3c2d
Octal2662255602211335557455
Binary1011011010010101101110010010100101111101101101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6952E; }

 p { color: rgb(182,149,46); }

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

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

 a { background-color: rgb(182,149,46); }

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

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

 span { border-color: rgb(182,149,46); }

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