Html Css Color HEX #B09646 Husk

📋 copy color: '#B09646'

red 176 ◦ green 150 ◦ blue 70

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

Shades of Husk #B09646

Tints of Husk #B09646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.68%

R = 44.44%
G = 37.88%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B09646 (or 0xB09646) is known color: Husk. HEX triplet: B0, 96 and 46. RGB value is (176,150,70). Sum of RGB (Red+Green+Blue) = 176+150+70=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B09646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09646 is #4F69B9. Grayscale: #959595. Windows color (decimal): -5204410 or 4626096. OLE color: 4626096.

HSL color Cylindrical-coordinate representation of color #B09646: hue angle of 45.28º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B09646 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 150 70 -
CMYK 0 0.15 0.60 0.31
HSL 45.28º 0.43% 0.48% -
HSV(B) 45.28º 0.6% 0.69% -
XYZ 29.92 31.49 10.29 -
YUV 148.65 83.61 147.5 -
System Red Green Blue C M Y K H S L
Decimal 176 150 70 0 0.15 0.60 0.31 45.28 0.43 0.48
Hex B0 96 46 0 F 3C 1F 2D 2B 30
Octal 260 226 106 0 17 74 37 55 53 60
Binary 10110000 10010110 1000110 0 1111 111100 11111 101101 101011 110000

Color Harmonies of #B09646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09646

Black with #B09646

Text Example


Text Example

White with #B09646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09646; }

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

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

background-color css

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

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

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

border-color css

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

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

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