Html Css Color HEX #BC8C4F Tussock

📋 copy color: '#BC8C4F'

red 188 ◦ green 140 ◦ blue 79

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

Shades of Tussock #BC8C4F

Tints of Tussock #BC8C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.41%

R = 46.19%
G = 34.4%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC8C4F (or 0xBC8C4F) is known color: Tussock. HEX triplet: BC, 8C and 4F. RGB value is (188,140,79). Sum of RGB (Red+Green+Blue) = 188+140+79=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C4F is #4373B0. Grayscale: #939393. Windows color (decimal): -4420529 or 5213372. OLE color: 5213372.

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

Color convert

RGB 188 140 79 -
CMYK 0 0.26 0.58 0.26
HSL 33.58º 0.45% 0.52% -
HSV(B) 33.58º 0.58% 0.74% -
XYZ 31.53 30.01 11.53 -
YUV 147.4 89.4 156.96 -
System Red Green Blue C M Y K H S L
Decimal 188 140 79 0 0.26 0.58 0.26 33.58 0.45 0.52
Hex BC 8C 4F 0 1A 3A 1A 22 2D 34
Octal 274 214 117 0 32 72 32 42 55 64
Binary 10111100 10001100 1001111 0 11010 111010 11010 100010 101101 110100

Color Harmonies of #BC8C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C4F

Black with #BC8C4F

Text Example


Text Example

White with #BC8C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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