#b6934b

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

Shades of Husk #B6934B

Tints of Husk #B6934B

Color information

#B6934B (or 0xB6934B) is unknown color: approx Husk. HEX triplet: B6, 93 and 4B. RGB value is (182,147,75). Sum of RGB (Red+Green+Blue) = 182+147+75=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B6934B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6934B is #496CB4. Grayscale: #959595. Windows color (decimal): -4811957 or 4953014. OLE color: 4953014.

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

Color convert

RGB18214775-
CMYK00.190.590.29
HSL40.37º42.29%50.39%-
HSV(B)40.37º58.79%71.37%-
XYZ3131.3211.07-
YUV149.2686.1151.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.05%
GREEN value IS 147 (57.81% from 255) = 36.39%
BLUE value IS 75 (29.69% from 255) = 18.56%
R=45.05%
G=36.39%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821477500.190.590.2940.3742.2950.39
HexB6934B0133B1D282a32
Octal2662231130237335505262
Binary1011011010010011100101101001111101111101101000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6934b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6934b; }

 p { color: rgb(182,147,75); }

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

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

 a { background-color: rgb(182,147,75); }

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

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

 span { border-color: rgb(182,147,75); }

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