Html Css Color HEX #BC9E4A Husk

📋 copy color: '#BC9E4A'

red 188 ◦ green 158 ◦ blue 74

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

Shades of Husk #BC9E4A

Tints of Husk #BC9E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.62%

R = 44.76%
G = 37.62%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC9E4A (or 0xBC9E4A) is known color: Husk. HEX triplet: BC, 9E and 4A. RGB value is (188,158,74). Sum of RGB (Red+Green+Blue) = 188+158+74=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9E4A is #4361B5. Grayscale: #9D9D9D. Windows color (decimal): -4415926 or 4890300. OLE color: 4890300.

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

Color convert

RGB 188 158 74 -
CMYK 0 0.16 0.61 0.26
HSL 44.21º 0.46% 0.51% -
HSV(B) 44.21º 0.61% 0.74% -
XYZ 34.2 35.64 11.56 -
YUV 157.39 80.94 149.83 -
System Red Green Blue C M Y K H S L
Decimal 188 158 74 0 0.16 0.61 0.26 44.21 0.46 0.51
Hex BC 9E 4A 0 10 3D 1A 2C 2E 33
Octal 274 236 112 0 20 75 32 54 56 63
Binary 10111100 10011110 1001010 0 10000 111101 11010 101100 101110 110011

Color Harmonies of #BC9E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9E4A

Black with #BC9E4A

Text Example


Text Example

White with #BC9E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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