Html Css Color HEX #B09548 Husk

📋 copy color: '#B09548'

red 176 ◦ green 149 ◦ blue 72

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

Shades of Husk #B09548

Tints of Husk #B09548

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.53%

 BLUE value IS 72 (28.52% from 255) = 18.14%

R = 44.33%
G = 37.53%
B = 18.14%

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

#B09548 (or 0xB09548) is known color: Husk. HEX triplet: B0, 95 and 48. RGB value is (176,149,72). Sum of RGB (Red+Green+Blue) = 176+149+72=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B09548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09548 is #4F6AB7. Grayscale: #949494. Windows color (decimal): -5204664 or 4756912. OLE color: 4756912.

HSL color Cylindrical-coordinate representation of color #B09548: hue angle of 44.42º degrees, saturation: 0.42, 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 #B09548 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 149 72 -
CMYK 0 0.15 0.59 0.31
HSL 44.42º 0.42% 0.49% -
HSV(B) 44.42º 0.59% 0.69% -
XYZ 29.82 31.19 10.58 -
YUV 148.3 84.95 147.76 -
System Red Green Blue C M Y K H S L
Decimal 176 149 72 0 0.15 0.59 0.31 44.42 0.42 0.49
Hex B0 95 48 0 F 3B 1F 2C 2A 31
Octal 260 225 110 0 17 73 37 54 52 61
Binary 10110000 10010101 1001000 0 1111 111011 11111 101100 101010 110001

Color Harmonies of #B09548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09548

Black with #B09548

Text Example


Text Example

White with #B09548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09548; }

 p { color: rgb(176,149,72); }

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

background-color css

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

 a { background-color: rgb(176,149,72); }

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

border-color css

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

 span { border-color: rgb(176,149,72); }

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