Html Css Color HEX #BC8C49 Tussock

📋 copy color: '#BC8C49'

red 188 ◦ green 140 ◦ blue 73

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

Shades of Tussock #BC8C49

Tints of Tussock #BC8C49

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.91%

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

R = 46.88%
G = 34.91%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC8C49 (or 0xBC8C49) is known color: Tussock. HEX triplet: BC, 8C and 49. RGB value is (188,140,73). Sum of RGB (Red+Green+Blue) = 188+140+73=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C49 is #4373B6. Grayscale: #939393. Windows color (decimal): -4420535 or 4820156. OLE color: 4820156.

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

Color convert

RGB 188 140 73 -
CMYK 0 0.26 0.61 0.26
HSL 34.96º 0.46% 0.51% -
HSV(B) 34.96º 0.61% 0.74% -
XYZ 31.32 29.93 10.43 -
YUV 146.71 86.4 157.45 -
System Red Green Blue C M Y K H S L
Decimal 188 140 73 0 0.26 0.61 0.26 34.96 0.46 0.51
Hex BC 8C 49 0 1A 3D 1A 23 2E 33
Octal 274 214 111 0 32 75 32 43 56 63
Binary 10111100 10001100 1001001 0 11010 111101 11010 100011 101110 110011

Color Harmonies of #BC8C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C49

Black with #BC8C49

Text Example


Text Example

White with #BC8C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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