Html Css Color HEX #BC9E4D Husk

📋 copy color: '#BC9E4D'

red 188 ◦ green 158 ◦ blue 77

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

Shades of Husk #BC9E4D

Tints of Husk #BC9E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.2%

R = 44.44%
G = 37.35%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC9E4D (or 0xBC9E4D) is known color: Husk. HEX triplet: BC, 9E and 4D. RGB value is (188,158,77). Sum of RGB (Red+Green+Blue) = 188+158+77=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9E4D is #4361B2. Grayscale: #9E9E9E. Windows color (decimal): -4415923 or 5086908. OLE color: 5086908.

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

Color convert

RGB 188 158 77 -
CMYK 0 0.16 0.59 0.26
HSL 43.78º 0.45% 0.52% -
HSV(B) 43.78º 0.59% 0.74% -
XYZ 34.31 35.68 12.1 -
YUV 157.74 82.44 149.59 -
System Red Green Blue C M Y K H S L
Decimal 188 158 77 0 0.16 0.59 0.26 43.78 0.45 0.52
Hex BC 9E 4D 0 10 3B 1A 2C 2D 34
Octal 274 236 115 0 20 73 32 54 55 64
Binary 10111100 10011110 1001101 0 10000 111011 11010 101100 101101 110100

Color Harmonies of #BC9E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9E4D

Black with #BC9E4D

Text Example


Text Example

White with #BC9E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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