Html Css Color HEX #BC8C4C Tussock

📋 copy color: '#BC8C4C'

red 188 ◦ green 140 ◦ blue 76

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

Shades of Tussock #BC8C4C

Tints of Tussock #BC8C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.81%

R = 46.53%
G = 34.65%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC8C4C (or 0xBC8C4C) is known color: Tussock. HEX triplet: BC, 8C and 4C. RGB value is (188,140,76). Sum of RGB (Red+Green+Blue) = 188+140+76=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C4C is #4373B3. Grayscale: #939393. Windows color (decimal): -4420532 or 5016764. OLE color: 5016764.

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

Color convert

RGB 188 140 76 -
CMYK 0 0.26 0.60 0.26
HSL 34.29º 0.46% 0.52% -
HSV(B) 34.29º 0.6% 0.74% -
XYZ 31.42 29.97 10.97 -
YUV 147.06 87.9 157.2 -
System Red Green Blue C M Y K H S L
Decimal 188 140 76 0 0.26 0.60 0.26 34.29 0.46 0.52
Hex BC 8C 4C 0 1A 3C 1A 22 2E 34
Octal 274 214 114 0 32 74 32 42 56 64
Binary 10111100 10001100 1001100 0 11010 111100 11010 100010 101110 110100

Color Harmonies of #BC8C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C4C

Black with #BC8C4C

Text Example


Text Example

White with #BC8C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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