Html Css Color HEX #B09752 Husk

📋 copy color: '#B09752'

red 176 ◦ green 151 ◦ blue 82

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

Shades of Husk #B09752

Tints of Husk #B09752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.05%

R = 43.03%
G = 36.92%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B09752 (or 0xB09752) is known color: Husk. HEX triplet: B0, 97 and 52. RGB value is (176,151,82). Sum of RGB (Red+Green+Blue) = 176+151+82=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B09752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09752 is #4F68AD. Grayscale: #969696. Windows color (decimal): -5204142 or 5412784. OLE color: 5412784.

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

Color convert

RGB 176 151 82 -
CMYK 0 0.14 0.53 0.31
HSL 44.04º 0.37% 0.51% -
HSV(B) 44.04º 0.53% 0.69% -
XYZ 30.49 31.97 12.55 -
YUV 150.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 176 151 82 0 0.14 0.53 0.31 44.04 0.37 0.51
Hex B0 97 52 0 E 35 1F 2C 25 33
Octal 260 227 122 0 16 65 37 54 45 63
Binary 10110000 10010111 1010010 0 1110 110101 11111 101100 100101 110011

Color Harmonies of #B09752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09752

Black with #B09752

Text Example


Text Example

White with #B09752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09752; }

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

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

background-color css

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

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

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

border-color css

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

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

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