Html Css Color HEX #B09348 Husk

📋 copy color: '#B09348'

red 176 ◦ green 147 ◦ blue 72

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

Shades of Husk #B09348

Tints of Husk #B09348

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.22%

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

R = 44.56%
G = 37.22%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B09348 (or 0xB09348) is known color: Husk. HEX triplet: B0, 93 and 48. RGB value is (176,147,72). Sum of RGB (Red+Green+Blue) = 176+147+72=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B09348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09348 is #4F6CB7. Grayscale: #939393. Windows color (decimal): -5205176 or 4756400. OLE color: 4756400.

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

Color convert

RGB 176 147 72 -
CMYK 0 0.16 0.59 0.31
HSL 43.27º 0.42% 0.49% -
HSV(B) 43.27º 0.59% 0.69% -
XYZ 29.51 30.57 10.48 -
YUV 147.12 85.61 148.6 -
System Red Green Blue C M Y K H S L
Decimal 176 147 72 0 0.16 0.59 0.31 43.27 0.42 0.49
Hex B0 93 48 0 10 3B 1F 2B 2A 31
Octal 260 223 110 0 20 73 37 53 52 61
Binary 10110000 10010011 1001000 0 10000 111011 11111 101011 101010 110001

Color Harmonies of #B09348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09348

Black with #B09348

Text Example


Text Example

White with #B09348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09348; }

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

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

background-color css

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

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

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

border-color css

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

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

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