Html Css Color HEX #BC9249 Tussock

📋 copy color: '#BC9249'

red 188 ◦ green 146 ◦ blue 73

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

Shades of Tussock #BC9249

Tints of Tussock #BC9249

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.87%

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

R = 46.19%
G = 35.87%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC9249 (or 0xBC9249) is known color: Tussock. HEX triplet: BC, 92 and 49. RGB value is (188,146,73). Sum of RGB (Red+Green+Blue) = 188+146+73=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9249 is #436DB6. Grayscale: #969696. Windows color (decimal): -4418999 or 4821692. OLE color: 4821692.

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

Color convert

RGB 188 146 73 -
CMYK 0 0.22 0.61 0.26
HSL 38.09º 0.46% 0.51% -
HSV(B) 38.09º 0.61% 0.74% -
XYZ 32.22 31.73 10.73 -
YUV 150.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 188 146 73 0 0.22 0.61 0.26 38.09 0.46 0.51
Hex BC 92 49 0 16 3D 1A 26 2E 33
Octal 274 222 111 0 26 75 32 46 56 63
Binary 10111100 10010010 1001001 0 10110 111101 11010 100110 101110 110011

Color Harmonies of #BC9249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9249

Black with #BC9249

Text Example


Text Example

White with #BC9249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9249; }

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

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

background-color css

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

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

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

border-color css

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

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

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