Html Css Color HEX #BC9F52 Husk

📋 copy color: '#BC9F52'

red 188 ◦ green 159 ◦ blue 82

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

Shades of Husk #BC9F52

Tints of Husk #BC9F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.11%

R = 43.82%
G = 37.06%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC9F52 (or 0xBC9F52) is known color: Husk. HEX triplet: BC, 9F and 52. RGB value is (188,159,82). Sum of RGB (Red+Green+Blue) = 188+159+82=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F52 is #4360AD. Grayscale: #9F9F9F. Windows color (decimal): -4415662 or 5414844. OLE color: 5414844.

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

Color convert

RGB 188 159 82 -
CMYK 0 0.15 0.56 0.26
HSL 43.58º 0.44% 0.53% -
HSV(B) 43.58º 0.56% 0.74% -
XYZ 34.66 36.1 13.12 -
YUV 158.89 84.61 148.76 -
System Red Green Blue C M Y K H S L
Decimal 188 159 82 0 0.15 0.56 0.26 43.58 0.44 0.53
Hex BC 9F 52 0 F 38 1A 2C 2C 35
Octal 274 237 122 0 17 70 32 54 54 65
Binary 10111100 10011111 1010010 0 1111 111000 11010 101100 101100 110101

Color Harmonies of #BC9F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F52

Black with #BC9F52

Text Example


Text Example

White with #BC9F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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