Html Css Color HEX #B09653 Husk

📋 copy color: '#B09653'

red 176 ◦ green 150 ◦ blue 83

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

Shades of Husk #B09653

Tints of Husk #B09653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.29%

R = 43.03%
G = 36.67%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B09653 (or 0xB09653) is known color: Husk. HEX triplet: B0, 96 and 53. RGB value is (176,150,83). Sum of RGB (Red+Green+Blue) = 176+150+83=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B09653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09653 is #4F69AC. Grayscale: #969696. Windows color (decimal): -5204397 or 5478064. OLE color: 5478064.

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

Color convert

RGB 176 150 83 -
CMYK 0 0.15 0.53 0.31
HSL 43.23º 0.37% 0.51% -
HSV(B) 43.23º 0.53% 0.69% -
XYZ 30.37 31.67 12.7 -
YUV 150.14 90.11 146.45 -
System Red Green Blue C M Y K H S L
Decimal 176 150 83 0 0.15 0.53 0.31 43.23 0.37 0.51
Hex B0 96 53 0 F 35 1F 2B 25 33
Octal 260 226 123 0 17 65 37 53 45 63
Binary 10110000 10010110 1010011 0 1111 110101 11111 101011 100101 110011

Color Harmonies of #B09653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09653

Black with #B09653

Text Example


Text Example

White with #B09653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09653; }

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

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

background-color css

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

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

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

border-color css

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

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

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