Html Css Color HEX #B09755 Husk

📋 copy color: '#B09755'

red 176 ◦ green 151 ◦ blue 85

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

Shades of Husk #B09755

Tints of Husk #B09755

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.65%

 BLUE value IS 85 (33.59% from 255) = 20.63%

R = 42.72%
G = 36.65%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B09755 (or 0xB09755) is known color: Husk. HEX triplet: B0, 97 and 55. RGB value is (176,151,85). Sum of RGB (Red+Green+Blue) = 176+151+85=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B09755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09755 is #4F68AA. Grayscale: #979797. Windows color (decimal): -5204139 or 5609392. OLE color: 5609392.

HSL color Cylindrical-coordinate representation of color #B09755: hue angle of 43.52º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B09755 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 151 85 -
CMYK 0 0.14 0.52 0.31
HSL 43.52º 0.37% 0.51% -
HSV(B) 43.52º 0.52% 0.69% -
XYZ 30.61 32.02 13.16 -
YUV 150.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 176 151 85 0 0.14 0.52 0.31 43.52 0.37 0.51
Hex B0 97 55 0 E 34 1F 2C 25 33
Octal 260 227 125 0 16 64 37 54 45 63
Binary 10110000 10010111 1010101 0 1110 110100 11111 101100 100101 110011

Color Harmonies of #B09755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09755

Black with #B09755

Text Example


Text Example

White with #B09755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09755; }

 p { color: rgb(176,151,85); }

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

background-color css

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

 a { background-color: rgb(176,151,85); }

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

border-color css

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

 span { border-color: rgb(176,151,85); }

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