Html Css Color HEX #BC9549 Tussock

📋 copy color: '#BC9549'

red 188 ◦ green 149 ◦ blue 73

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

Shades of Tussock #BC9549

Tints of Tussock #BC9549

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.34%

 BLUE value IS 73 (28.91% from 255) = 17.8%

R = 45.85%
G = 36.34%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC9549 (or 0xBC9549) is known color: Tussock. HEX triplet: BC, 95 and 49. RGB value is (188,149,73). Sum of RGB (Red+Green+Blue) = 188+149+73=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9549 is #436AB6. Grayscale: #989898. Windows color (decimal): -4418231 or 4822460. OLE color: 4822460.

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

Color convert

RGB 188 149 73 -
CMYK 0 0.21 0.61 0.26
HSL 39.65º 0.46% 0.51% -
HSV(B) 39.65º 0.61% 0.74% -
XYZ 32.69 32.67 10.89 -
YUV 152 83.42 153.68 -
System Red Green Blue C M Y K H S L
Decimal 188 149 73 0 0.21 0.61 0.26 39.65 0.46 0.51
Hex BC 95 49 0 15 3D 1A 28 2E 33
Octal 274 225 111 0 25 75 32 50 56 63
Binary 10111100 10010101 1001001 0 10101 111101 11010 101000 101110 110011

Color Harmonies of #BC9549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9549

Black with #BC9549

Text Example


Text Example

White with #BC9549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9549; }

 p { color: rgb(188,149,73); }

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

background-color css

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

 a { background-color: rgb(188,149,73); }

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

border-color css

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

 span { border-color: rgb(188,149,73); }

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