#B69E4B

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

Shades of Husk #B69E4B

Tints of Husk #B69E4B

Color information

#B69E4B (or 0xB69E4B) is unknown color: approx Husk. HEX triplet: B6, 9E and 4B. RGB value is (182,158,75). Sum of RGB (Red+Green+Blue) = 182+158+75=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69E4B is #4961B4. Grayscale: #9C9C9C. Windows color (decimal): -4809141 or 4955830. OLE color: 4955830.

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

Color convert

RGB18215875-
CMYK00.130.590.29
HSL46.54º42.29%50.39%-
HSV(B)46.54º58.79%71.37%-
XYZ32.7934.9111.67-
YUV155.7182.45146.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.86%
GREEN value IS 158 (62.11% from 255) = 38.07%
BLUE value IS 75 (29.69% from 255) = 18.07%
R=43.86%
G=38.07%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821587500.130.590.2946.5442.2950.39
HexB69E4B0D3B1D2f2a32
Octal2662361130157335575262
Binary101101101001111010010110110111101111101101111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69E4B; }

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

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

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

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

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

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

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

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