Html Css Color HEX #BC9E54 Husk

📋 copy color: '#BC9E54'

red 188 ◦ green 158 ◦ blue 84

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

Shades of Husk #BC9E54

Tints of Husk #BC9E54

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.74%

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

R = 43.72%
G = 36.74%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC9E54 (or 0xBC9E54) is known color: Husk. HEX triplet: BC, 9E and 54. RGB value is (188,158,84). Sum of RGB (Red+Green+Blue) = 188+158+84=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 84 (33.20% from 255 or 19.53% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9E54 is #4361AB. Grayscale: #9E9E9E. Windows color (decimal): -4415916 or 5545660. OLE color: 5545660.

HSL color Cylindrical-coordinate representation of color #BC9E54: hue angle of 42.69º 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 #BC9E54 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 158 84 -
CMYK 0 0.16 0.55 0.26
HSL 42.69º 0.44% 0.53% -
HSV(B) 42.69º 0.55% 0.74% -
XYZ 34.57 35.79 13.47 -
YUV 158.53 85.94 149.02 -
System Red Green Blue C M Y K H S L
Decimal 188 158 84 0 0.16 0.55 0.26 42.69 0.44 0.53
Hex BC 9E 54 0 10 37 1A 2B 2C 35
Octal 274 236 124 0 20 67 32 53 54 65
Binary 10111100 10011110 1010100 0 10000 110111 11010 101011 101100 110101

Color Harmonies of #BC9E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9E54

Black with #BC9E54

Text Example


Text Example

White with #BC9E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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