Html Css Color HEX #BC8556 Twine

📋 copy color: '#BC8556'

red 188 ◦ green 133 ◦ blue 86

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

Shades of Twine #BC8556

Tints of Twine #BC8556

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.68%

 BLUE value IS 86 (33.98% from 255) = 21.13%

R = 46.19%
G = 32.68%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC8556 (or 0xBC8556) is known color: Twine. HEX triplet: BC, 85 and 56. RGB value is (188,133,86). Sum of RGB (Red+Green+Blue) = 188+133+86=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8556 is #437AA9. Grayscale: #909090. Windows color (decimal): -4422314 or 5670332. OLE color: 5670332.

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

Color convert

RGB 188 133 86 -
CMYK 0 0.29 0.54 0.26
HSL 27.65º 0.43% 0.54% -
HSV(B) 27.65º 0.54% 0.74% -
XYZ 30.81 28.14 12.61 -
YUV 144.09 95.22 159.32 -
System Red Green Blue C M Y K H S L
Decimal 188 133 86 0 0.29 0.54 0.26 27.65 0.43 0.54
Hex BC 85 56 0 1D 36 1A 1C 2B 36
Octal 274 205 126 0 35 66 32 34 53 66
Binary 10111100 10000101 1010110 0 11101 110110 11010 11100 101011 110110

Color Harmonies of #BC8556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8556

Black with #BC8556

Text Example


Text Example

White with #BC8556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8556; }

 p { color: rgb(188,133,86); }

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

background-color css

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

 a { background-color: rgb(188,133,86); }

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

border-color css

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

 span { border-color: rgb(188,133,86); }

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