Html Css Color HEX #BC9C54 Husk

📋 copy color: '#BC9C54'

red 188 ◦ green 156 ◦ blue 84

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

Shades of Husk #BC9C54

Tints of Husk #BC9C54

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.45%

 BLUE value IS 84 (33.2% from 255) = 19.63%

R = 43.93%
G = 36.45%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC9C54 (or 0xBC9C54) is known color: Husk. HEX triplet: BC, 9C and 54. RGB value is (188,156,84). Sum of RGB (Red+Green+Blue) = 188+156+84=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9C54 is #4363AB. Grayscale: #9D9D9D. Windows color (decimal): -4416428 or 5545148. OLE color: 5545148.

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

Color convert

RGB 188 156 84 -
CMYK 0 0.17 0.55 0.26
HSL 41.54º 0.44% 0.53% -
HSV(B) 41.54º 0.55% 0.74% -
XYZ 34.23 35.11 13.36 -
YUV 157.36 86.6 149.85 -
System Red Green Blue C M Y K H S L
Decimal 188 156 84 0 0.17 0.55 0.26 41.54 0.44 0.53
Hex BC 9C 54 0 11 37 1A 2A 2C 35
Octal 274 234 124 0 21 67 32 52 54 65
Binary 10111100 10011100 1010100 0 10001 110111 11010 101010 101100 110101

Color Harmonies of #BC9C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9C54

Black with #BC9C54

Text Example


Text Example

White with #BC9C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9C54; }

 p { color: rgb(188,156,84); }

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

background-color css

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

 a { background-color: rgb(188,156,84); }

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

border-color css

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

 span { border-color: rgb(188,156,84); }

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