Html Css Color HEX #BC9F49 Husk

📋 copy color: '#BC9F49'

red 188 ◦ green 159 ◦ blue 73

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

Shades of Husk #BC9F49

Tints of Husk #BC9F49

RGB

 RED value IS 188 (73.83% from 255) = 44.76%

 GREEN value IS 159 (62.5% from 255) = 37.86%

 BLUE value IS 73 (28.91% from 255) = 17.38%

R = 44.76%
G = 37.86%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC9F49 (or 0xBC9F49) is known color: Husk. HEX triplet: BC, 9F and 49. RGB value is (188,159,73). Sum of RGB (Red+Green+Blue) = 188+159+73=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9F49 is #4360B6. Grayscale: #9E9E9E. Windows color (decimal): -4415671 or 4825020. OLE color: 4825020.

HSL color Cylindrical-coordinate representation of color #BC9F49: hue angle of 44.87º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC9F49 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 159 73 -
CMYK 0 0.15 0.61 0.26
HSL 44.87º 0.46% 0.51% -
HSV(B) 44.87º 0.61% 0.74% -
XYZ 34.34 35.97 11.44 -
YUV 157.87 80.11 149.49 -
System Red Green Blue C M Y K H S L
Decimal 188 159 73 0 0.15 0.61 0.26 44.87 0.46 0.51
Hex BC 9F 49 0 F 3D 1A 2D 2E 33
Octal 274 237 111 0 17 75 32 55 56 63
Binary 10111100 10011111 1001001 0 1111 111101 11010 101101 101110 110011

Color Harmonies of #BC9F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F49

Black with #BC9F49

Text Example


Text Example

White with #BC9F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F49; }

 p { color: rgb(188,159,73); }

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

background-color css

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

 a { background-color: rgb(188,159,73); }

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

border-color css

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

 span { border-color: rgb(188,159,73); }

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