Html Css Color HEX #B09450 Husk

📋 copy color: '#B09450'

red 176 ◦ green 148 ◦ blue 80

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

Shades of Husk #B09450

Tints of Husk #B09450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.63%

 BLUE value IS 80 (31.64% from 255) = 19.8%

R = 43.56%
G = 36.63%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B09450 (or 0xB09450) is known color: Husk. HEX triplet: B0, 94 and 50. RGB value is (176,148,80). Sum of RGB (Red+Green+Blue) = 176+148+80=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B09450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09450 is #4F6BAF. Grayscale: #949494. Windows color (decimal): -5204912 or 5280944. OLE color: 5280944.

HSL color Cylindrical-coordinate representation of color #B09450: hue angle of 42.5º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B09450 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 148 80 -
CMYK 0 0.16 0.55 0.31
HSL 42.5º 0.38% 0.5% -
HSV(B) 42.5º 0.55% 0.69% -
XYZ 29.94 30.99 11.99 -
YUV 148.62 89.28 147.53 -
System Red Green Blue C M Y K H S L
Decimal 176 148 80 0 0.16 0.55 0.31 42.5 0.38 0.5
Hex B0 94 50 0 10 37 1F 2A 26 32
Octal 260 224 120 0 20 67 37 52 46 62
Binary 10110000 10010100 1010000 0 10000 110111 11111 101010 100110 110010

Color Harmonies of #B09450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09450

Black with #B09450

Text Example


Text Example

White with #B09450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09450; }

 p { color: rgb(176,148,80); }

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

background-color css

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

 a { background-color: rgb(176,148,80); }

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

border-color css

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

 span { border-color: rgb(176,148,80); }

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