Html Css Color HEX #BC9F55 Husk

📋 copy color: '#BC9F55'

red 188 ◦ green 159 ◦ blue 85

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

Shades of Husk #BC9F55

Tints of Husk #BC9F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.68%

R = 43.52%
G = 36.81%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC9F55 (or 0xBC9F55) is known color: Husk. HEX triplet: BC, 9F and 55. RGB value is (188,159,85). Sum of RGB (Red+Green+Blue) = 188+159+85=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F55 is #4360AA. Grayscale: #9F9F9F. Windows color (decimal): -4415659 or 5611452. OLE color: 5611452.

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

Color convert

RGB 188 159 85 -
CMYK 0 0.15 0.55 0.26
HSL 43.11º 0.43% 0.54% -
HSV(B) 43.11º 0.55% 0.74% -
XYZ 34.78 36.14 13.74 -
YUV 159.24 86.11 148.52 -
System Red Green Blue C M Y K H S L
Decimal 188 159 85 0 0.15 0.55 0.26 43.11 0.43 0.54
Hex BC 9F 55 0 F 37 1A 2B 2B 36
Octal 274 237 125 0 17 67 32 53 53 66
Binary 10111100 10011111 1010101 0 1111 110111 11010 101011 101011 110110

Color Harmonies of #BC9F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F55

Black with #BC9F55

Text Example


Text Example

White with #BC9F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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