Html Css Color HEX #BC8C4D Tussock

📋 copy color: '#BC8C4D'

red 188 ◦ green 140 ◦ blue 77

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

Shades of Tussock #BC8C4D

Tints of Tussock #BC8C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.01%

R = 46.42%
G = 34.57%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC8C4D (or 0xBC8C4D) is known color: Tussock. HEX triplet: BC, 8C and 4D. RGB value is (188,140,77). Sum of RGB (Red+Green+Blue) = 188+140+77=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C4D is #4373B2. Grayscale: #939393. Windows color (decimal): -4420531 or 5082300. OLE color: 5082300.

HSL color Cylindrical-coordinate representation of color #BC8C4D: hue angle of 34.05º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC8C4D is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 140 77 -
CMYK 0 0.26 0.59 0.26
HSL 34.05º 0.45% 0.52% -
HSV(B) 34.05º 0.59% 0.74% -
XYZ 31.46 29.98 11.15 -
YUV 147.17 88.4 157.12 -
System Red Green Blue C M Y K H S L
Decimal 188 140 77 0 0.26 0.59 0.26 34.05 0.45 0.52
Hex BC 8C 4D 0 1A 3B 1A 22 2D 34
Octal 274 214 115 0 32 73 32 42 55 64
Binary 10111100 10001100 1001101 0 11010 111011 11010 100010 101101 110100

Color Harmonies of #BC8C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C4D

Black with #BC8C4D

Text Example


Text Example

White with #BC8C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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