Html Css Color HEX #B09649 Husk

📋 copy color: '#B09649'

red 176 ◦ green 150 ◦ blue 73

#B09649
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #B09649

Tints of Husk #B09649

RGB

 RED value IS 176 (69.14% from 255) = 44.11%

 GREEN value IS 150 (58.98% from 255) = 37.59%

 BLUE value IS 73 (28.91% from 255) = 18.3%

R = 44.11%
G = 37.59%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B09649 (or 0xB09649) is known color: Husk. HEX triplet: B0, 96 and 49. RGB value is (176,150,73). Sum of RGB (Red+Green+Blue) = 176+150+73=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B09649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09649 is #4F69B6. Grayscale: #959595. Windows color (decimal): -5204407 or 4822704. OLE color: 4822704.

HSL color Cylindrical-coordinate representation of color #B09649: hue angle of 44.85º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B09649 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 150 73 -
CMYK 0 0.15 0.59 0.31
HSL 44.85º 0.41% 0.49% -
HSV(B) 44.85º 0.59% 0.69% -
XYZ 30.01 31.52 10.81 -
YUV 149 85.11 147.26 -
System Red Green Blue C M Y K H S L
Decimal 176 150 73 0 0.15 0.59 0.31 44.85 0.41 0.49
Hex B0 96 49 0 F 3B 1F 2D 29 31
Octal 260 226 111 0 17 73 37 55 51 61
Binary 10110000 10010110 1001001 0 1111 111011 11111 101101 101001 110001

Color Harmonies of #B09649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09649

Black with #B09649

Text Example


Text Example

White with #B09649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09649; }

 p { color: rgb(176,150,73); }

 H1.HeaderClassName
 {
   color: #B09649;
 }
 .AnyTagClassName
 {
   color: #B09649;
 }
</style>

background-color css

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

 a { background-color: rgb(176,150,73); }

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

border-color css

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

 span { border-color: rgb(176,150,73); }

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