Html Css Color HEX #BC9E4C Husk

📋 copy color: '#BC9E4C'

red 188 ◦ green 158 ◦ blue 76

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

Shades of Husk #BC9E4C

Tints of Husk #BC9E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.01%

R = 44.55%
G = 37.44%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC9E4C (or 0xBC9E4C) is known color: Husk. HEX triplet: BC, 9E and 4C. RGB value is (188,158,76). Sum of RGB (Red+Green+Blue) = 188+158+76=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9E4C is #4361B3. Grayscale: #9D9D9D. Windows color (decimal): -4415924 or 5021372. OLE color: 5021372.

HSL color Cylindrical-coordinate representation of color #BC9E4C: hue angle of 43.93º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC9E4C is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 158 76 -
CMYK 0 0.16 0.60 0.26
HSL 43.93º 0.46% 0.52% -
HSV(B) 43.93º 0.6% 0.74% -
XYZ 34.27 35.67 11.92 -
YUV 157.62 81.94 149.67 -
System Red Green Blue C M Y K H S L
Decimal 188 158 76 0 0.16 0.60 0.26 43.93 0.46 0.52
Hex BC 9E 4C 0 10 3C 1A 2C 2E 34
Octal 274 236 114 0 20 74 32 54 56 64
Binary 10111100 10011110 1001100 0 10000 111100 11010 101100 101110 110100

Color Harmonies of #BC9E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9E4C

Black with #BC9E4C

Text Example


Text Example

White with #BC9E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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