Html Css Color HEX #BC9C4B Husk

📋 copy color: '#BC9C4B'

red 188 ◦ green 156 ◦ blue 75

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

Shades of Husk #BC9C4B

Tints of Husk #BC9C4B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.23%

 BLUE value IS 75 (29.69% from 255) = 17.9%

R = 44.87%
G = 37.23%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC9C4B (or 0xBC9C4B) is known color: Husk. HEX triplet: BC, 9C and 4B. RGB value is (188,156,75). Sum of RGB (Red+Green+Blue) = 188+156+75=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9C4B is #4363B4. Grayscale: #9C9C9C. Windows color (decimal): -4416437 or 4955324. OLE color: 4955324.

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

Color convert

RGB 188 156 75 -
CMYK 0 0.17 0.60 0.26
HSL 43.01º 0.46% 0.52% -
HSV(B) 43.01º 0.6% 0.74% -
XYZ 33.9 34.98 11.62 -
YUV 156.33 82.1 150.59 -
System Red Green Blue C M Y K H S L
Decimal 188 156 75 0 0.17 0.60 0.26 43.01 0.46 0.52
Hex BC 9C 4B 0 11 3C 1A 2B 2E 34
Octal 274 234 113 0 21 74 32 53 56 64
Binary 10111100 10011100 1001011 0 10001 111100 11010 101011 101110 110100

Color Harmonies of #BC9C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9C4B

Black with #BC9C4B

Text Example


Text Example

White with #BC9C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9C4B; }

 p { color: rgb(188,156,75); }

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

background-color css

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

 a { background-color: rgb(188,156,75); }

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

border-color css

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

 span { border-color: rgb(188,156,75); }

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