Html Css Color HEX #BC9F50 Husk

📋 copy color: '#BC9F50'

red 188 ◦ green 159 ◦ blue 80

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

Shades of Husk #BC9F50

Tints of Husk #BC9F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.74%

R = 44.03%
G = 37.24%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC9F50 (or 0xBC9F50) is known color: Husk. HEX triplet: BC, 9F and 50. RGB value is (188,159,80). Sum of RGB (Red+Green+Blue) = 188+159+80=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F50 is #4360AF. Grayscale: #9F9F9F. Windows color (decimal): -4415664 or 5283772. OLE color: 5283772.

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

Color convert

RGB 188 159 80 -
CMYK 0 0.15 0.57 0.26
HSL 43.89º 0.45% 0.53% -
HSV(B) 43.89º 0.57% 0.74% -
XYZ 34.59 36.07 12.73 -
YUV 158.67 83.61 148.92 -
System Red Green Blue C M Y K H S L
Decimal 188 159 80 0 0.15 0.57 0.26 43.89 0.45 0.53
Hex BC 9F 50 0 F 39 1A 2C 2D 35
Octal 274 237 120 0 17 71 32 54 55 65
Binary 10111100 10011111 1010000 0 1111 111001 11010 101100 101101 110101

Color Harmonies of #BC9F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F50

Black with #BC9F50

Text Example


Text Example

White with #BC9F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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