#B69B4F

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

Shades of Husk #B69B4F

Tints of Husk #B69B4F

Color information

#B69B4F (or 0xB69B4F) is unknown color: approx Husk. HEX triplet: B6, 9B and 4F. RGB value is (182,155,79). Sum of RGB (Red+Green+Blue) = 182+155+79=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69B4F is #4964B0. Grayscale: #9A9A9A. Windows color (decimal): -4809905 or 5217206. OLE color: 5217206.

HSL color Cylindrical-coordinate representation of color #B69B4F: hue angle of 44.27º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B69B4F is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18215579-
CMYK00.150.570.29
HSL44.27º41.37%51.18%-
HSV(B)44.27º56.59%71.37%-
XYZ32.4233.9512.24-
YUV154.4185.45147.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.75%
GREEN value IS 155 (60.94% from 255) = 37.26%
BLUE value IS 79 (31.25% from 255) = 18.99%
R=43.75%
G=37.26%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821557900.150.570.2944.2741.3751.18
HexB69B4F0F391D2c2933
Octal2662331170177135545163
Binary101101101001101110011110111111100111101101100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69B4F; }

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

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

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

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

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

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

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

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