Html Css Color HEX #BC9B4F Husk

📋 copy color: '#BC9B4F'

red 188 ◦ green 155 ◦ blue 79

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

Shades of Husk #BC9B4F

Tints of Husk #BC9B4F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.73%

 BLUE value IS 79 (31.25% from 255) = 18.72%

R = 44.55%
G = 36.73%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC9B4F (or 0xBC9B4F) is known color: Husk. HEX triplet: BC, 9B and 4F. RGB value is (188,155,79). Sum of RGB (Red+Green+Blue) = 188+155+79=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 79 (31.25% from 255 or 18.72% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9B4F is #4364B0. Grayscale: #9C9C9C. Windows color (decimal): -4416689 or 5217212. OLE color: 5217212.

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

Color convert

RGB 188 155 79 -
CMYK 0 0.18 0.58 0.26
HSL 41.83º 0.45% 0.52% -
HSV(B) 41.83º 0.58% 0.74% -
XYZ 33.87 34.7 12.31 -
YUV 156.2 84.43 150.68 -
System Red Green Blue C M Y K H S L
Decimal 188 155 79 0 0.18 0.58 0.26 41.83 0.45 0.52
Hex BC 9B 4F 0 12 3A 1A 2A 2D 34
Octal 274 233 117 0 22 72 32 52 55 64
Binary 10111100 10011011 1001111 0 10010 111010 11010 101010 101101 110100

Color Harmonies of #BC9B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9B4F

Black with #BC9B4F

Text Example


Text Example

White with #BC9B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9B4F; }

 p { color: rgb(188,155,79); }

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

background-color css

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

 a { background-color: rgb(188,155,79); }

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

border-color css

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

 span { border-color: rgb(188,155,79); }

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