Html Css Color HEX #BC8F50 Tussock

📋 copy color: '#BC8F50'

red 188 ◦ green 143 ◦ blue 80

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

Shades of Tussock #BC8F50

Tints of Tussock #BC8F50

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.79%

 BLUE value IS 80 (31.64% from 255) = 19.46%

R = 45.74%
G = 34.79%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC8F50 (or 0xBC8F50) is known color: Tussock. HEX triplet: BC, 8F and 50. RGB value is (188,143,80). Sum of RGB (Red+Green+Blue) = 188+143+80=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F50 is #4370AF. Grayscale: #959595. Windows color (decimal): -4419760 or 5279676. OLE color: 5279676.

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

Color convert

RGB 188 143 80 -
CMYK 0 0.24 0.57 0.26
HSL 35º 0.45% 0.53% -
HSV(B) 35º 0.57% 0.74% -
XYZ 32.01 30.92 11.87 -
YUV 149.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 188 143 80 0 0.24 0.57 0.26 35 0.45 0.53
Hex BC 8F 50 0 18 39 1A 23 2D 35
Octal 274 217 120 0 30 71 32 43 55 65
Binary 10111100 10001111 1010000 0 11000 111001 11010 100011 101101 110101

Color Harmonies of #BC8F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F50

Black with #BC8F50

Text Example


Text Example

White with #BC8F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8F50; }

 p { color: rgb(188,143,80); }

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

background-color css

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

 a { background-color: rgb(188,143,80); }

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

border-color css

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

 span { border-color: rgb(188,143,80); }

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