Html Css Color HEX #B49D4B Husk

📋 copy color: '#B49D4B'

red 180 ◦ green 157 ◦ blue 75

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

Shades of Husk #B49D4B

Tints of Husk #B49D4B

RGB

 RED value IS 180 (70.7% from 255) = 43.69%

 GREEN value IS 157 (61.72% from 255) = 38.11%

 BLUE value IS 75 (29.69% from 255) = 18.2%

R = 43.69%
G = 38.11%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B49D4B (or 0xB49D4B) is known color: Husk. HEX triplet: B4, 9D and 4B. RGB value is (180,157,75). Sum of RGB (Red+Green+Blue) = 180+157+75=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49D4B is #4B62B4. Grayscale: #9A9A9A. Windows color (decimal): -4940469 or 4955572. OLE color: 4955572.

HSL color Cylindrical-coordinate representation of color #B49D4B: hue angle of 46.86º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B49D4B is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 157 75 -
CMYK 0 0.13 0.58 0.29
HSL 46.86º 0.41% 0.5% -
HSV(B) 46.86º 0.58% 0.71% -
XYZ 32.15 34.33 11.59 -
YUV 154.53 83.12 146.17 -
System Red Green Blue C M Y K H S L
Decimal 180 157 75 0 0.13 0.58 0.29 46.86 0.41 0.5
Hex B4 9D 4B 0 D 3A 1D 2F 29 32
Octal 264 235 113 0 15 72 35 57 51 62
Binary 10110100 10011101 1001011 0 1101 111010 11101 101111 101001 110010

Color Harmonies of #B49D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49D4B

Black with #B49D4B

Text Example


Text Example

White with #B49D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49D4B; }

 p { color: rgb(180,157,75); }

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

background-color css

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

 a { background-color: rgb(180,157,75); }

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

border-color css

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

 span { border-color: rgb(180,157,75); }

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