Html Css Color HEX #BC9F48 Husk

📋 copy color: '#BC9F48'

red 188 ◦ green 159 ◦ blue 72

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

Shades of Husk #BC9F48

Tints of Husk #BC9F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.18%

R = 44.87%
G = 37.95%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC9F48 (or 0xBC9F48) is known color: Husk. HEX triplet: BC, 9F and 48. RGB value is (188,159,72). Sum of RGB (Red+Green+Blue) = 188+159+72=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9F48 is #4360B7. Grayscale: #9E9E9E. Windows color (decimal): -4415672 or 4759484. OLE color: 4759484.

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

Color convert

RGB 188 159 72 -
CMYK 0 0.15 0.62 0.26
HSL 45º 0.46% 0.51% -
HSV(B) 45º 0.62% 0.74% -
XYZ 34.31 35.96 11.26 -
YUV 157.75 79.61 149.57 -
System Red Green Blue C M Y K H S L
Decimal 188 159 72 0 0.15 0.62 0.26 45 0.46 0.51
Hex BC 9F 48 0 F 3E 1A 2D 2E 33
Octal 274 237 110 0 17 76 32 55 56 63
Binary 10111100 10011111 1001000 0 1111 111110 11010 101101 101110 110011

Color Harmonies of #BC9F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F48

Black with #BC9F48

Text Example


Text Example

White with #BC9F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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